On Wed, Nov 28, 2007 at 03:17:13PM -0800, Randy Dunlap wrote:
>       if (strlen(filename) > 14) {
> -             printk(KERN_WARNING "pcmcia: CIS filename is too long\n");
> +             printk(KERN_WARNING "pcmcia: CIS filename is too long [%s]\n",
> +                     filename);
>               return -EINVAL;
>       }

Why is this check there anyway? Is there a filename length limitation
in request_firmware() ?


//Peter

_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia

Reply via email to