linux/drivers/net/ethernet/seeq
Devendra Naga 17a2bf7986 seeq: use PTR_RET at init_module of driver
the driver sees wether the dev_seeq pointer is having a error that can be
read by using the PTR_ERR, and returns it at error case, other wise 0 at
success case.

the PTR_RET does the same thing, and use PTR_RET instead of redoing the
code of PTR_RET

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Reviewed-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-07-29 23:18:30 -07:00
..
Kconfig seeq: fix compile breakage on s390 2011-09-23 13:45:47 -04:00
Makefile
ether3.c Remove all #inclusions of asm/system.h 2012-03-28 18:30:03 +01:00
ether3.h
seeq8005.c seeq: use PTR_RET at init_module of driver 2012-07-29 23:18:30 -07:00
seeq8005.h
sgiseeq.c drivers/net: Remove alloc_etherdev error messages 2012-01-31 16:20:48 -05:00
sgiseeq.h