On Tue, May 26, 2009 at 13:04, Samuel Ortiz <samuel.ortiz@xxxxxxxxx> wrote: > - strlcpy(fw_priv->fw_id, fw_name, FIRMWARE_NAME_MAX); > + fw_priv->fw_id = kzalloc(strlen(fw_name) + 1, GFP_KERNEL); kstrdup()? Kay -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html