niu: Fix error handling
authorDan Carpenter <error27@gmail.com>
Wed, 8 Apr 2009 22:44:04 +0000 (15:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Apr 2009 22:44:04 +0000 (15:44 -0700)
platform_device_register_simple() returns ERR_PTR(), not NULL, if an error
occurs.

Found by smatch (http://repo.or.cz/w/smatch.git).  Compile tested.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/niu.c

Simple merge