The patch titled spectrum_cs: Fix firmware uploading errors has been added to the -mm tree. Its filename is spectrum_cs-fix-firmware-uploading-errors.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: spectrum_cs: Fix firmware uploading errors From: Richard Purdie <rpurdie@xxxxxxxxx> This fixes firmware upload failures which prevent the driver from working. Signed-off-by: Richard Purdie <rpurdie@xxxxxxxxx> Cc: <stable@xxxxxxxxxx> Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/wireless/spectrum_cs.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/wireless/spectrum_cs.c~spectrum_cs-fix-firmware-uploading-errors drivers/net/wireless/spectrum_cs.c --- a/drivers/net/wireless/spectrum_cs.c~spectrum_cs-fix-firmware-uploading-errors +++ a/drivers/net/wireless/spectrum_cs.c @@ -242,7 +242,7 @@ spectrum_reset(struct pcmcia_device *lin u_int save_cor; /* Doing it if hardware is gone is guaranteed crash */ - if (pcmcia_dev_present(link)) + if (!pcmcia_dev_present(link)) return -ENODEV; /* Save original COR value */ _ Patches currently in -mm which might be from rpurdie@xxxxxxxxx are mtd-corruption-fix.patch git-mtd.patch spectrum_cs-fix-firmware-uploading-errors.patch make-ledsh-include-relevant-headers.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html