[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101211014154.3157588b@absol.kitzblitz>
Date: Sat, 11 Dec 2010 01:41:54 +0100
From: Nicolas Kaiser <nikai@...ai.net>
To: Dan Carpenter <error27@...il.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Karsten Keil <isdn@...ux-pingi.de>, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [patch] isdn: return -EFAULT if copy_from_user() fails
Ahem, we're printing this return value:
* Dan Carpenter <error27@...il.com>:
> - if ((ret = copy_from_user(&size, p, sizeof(int)))) {
^^^
> + if (copy_from_user(&size, p, sizeof(int))) {
> printk(KERN_ERR"isar_load_firmware copy_from_user ret %d\n", ret);
^^^
> - return ret;
> + return -EFAULT;
Cheers,
Nicolas Kaiser
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists