![]() | |||||||||||
Messages in this thread |
On 6/29/07, Akinobu Mita <akinobu.mita@gmail.com> wrote:
> No need to warn unregister_blkdev() failure by caller.
> (The previous patch makes unregister_blkdev() print error message in
> error case)
>
> Cc: Grant Likely <grant.likely@secretlab.ca>
> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
>
> ---
> drivers/block/xsysace.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> Index: 2.6-mm/drivers/block/xsysace.c
> ===================================================================
> --- 2.6-mm.orig/drivers/block/xsysace.c
> +++ 2.6-mm/drivers/block/xsysace.c
> @@ -1157,9 +1157,7 @@ static void __exit ace_exit(void)
> {
> pr_debug("Unregistering Xilinx SystemACE driver\n");
> driver_unregister(&ace_driver);
> - if (unregister_blkdev(ace_major, "xsysace"))
> - printk(KERN_WARNING "systemace unregister_blkdev(%i) failed\n",
> - ace_major);
> + unregister_blkdev(ace_major, "xsysace");
> }
>
> module_init(ace_init);
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
| ||||||||||
| Last update: 2007-06-30 08:19 [from the cache] ©2003-2008 | |||||||||||