irda: Fix netlink error path return value
authorJulius Volz <juliusv@google.com>
Tue, 8 Jul 2008 10:07:43 +0000 (03:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2008 10:07:43 +0000 (03:07 -0700)
commit07035fc1bbf931a06e47583cddd2cea2907ac0db
tree7fda25add89536a7ae44e4e91537e5815dd59f97
parent02307080622da0312f2ede0f9c0ac779a1cc4f9a
irda: Fix netlink error path return value

Fix an incorrect return value check of genlmsg_put() in irda_nl_get_mode().
genlmsg_put() does not use ERR_PTR() to encode return values, it just
returns NULL on error.

Signed-off-by: Julius Volz <juliusv@google.com>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/irda/irnetlink.c