ieee802154: hwsim: propagate genlmsg_reply return code
[linux-2.6-microblaze.git] / drivers / net / ieee802154 / mac802154_hwsim.c
index b6743f0..3b88846 100644 (file)
@@ -324,7 +324,7 @@ static int hwsim_get_radio_nl(struct sk_buff *msg, struct genl_info *info)
                        goto out_err;
                }
 
-               genlmsg_reply(skb, info);
+               res = genlmsg_reply(skb, info);
                break;
        }