mac80211_hwsim: propagate genlmsg_reply return code
[linux-2.6-microblaze.git] / drivers / net / wireless / mac80211_hwsim.c
index 320edca..6359053 100644 (file)
@@ -3554,7 +3554,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;
        }