Re: [PATCH] scsi: fdomain: add missing CONFIG_ to PCMCIA

2016-02-09 Thread Shi, Yang
On 2/9/2016 3:25 PM, One Thousand Gnomes wrote: On Tue, 9 Feb 2016 14:16:49 -0800 Yang Shi wrote: There are some "#ifdef PCMCIA" in the driver code, but all of them missed CONFIG_ prefix. Correct PCMCIA to CONFIG_PCMCIA. Signed-off-by: Yang Shi NAK. This breaks the driver completely Rea

Re: [PATCH] scsi: fdomain: add missing CONFIG_ to PCMCIA

2016-02-09 Thread One Thousand Gnomes
On Tue, 9 Feb 2016 14:16:49 -0800 Yang Shi wrote: > There are some "#ifdef PCMCIA" in the driver code, but all of them missed > CONFIG_ prefix. Correct PCMCIA to CONFIG_PCMCIA. > > Signed-off-by: Yang Shi NAK. This breaks the driver completely Read drivers/scsi/pcmcia/fdomain* Alan