Skip to content

Commit

Permalink
Merge "radio: iris: Avoid inconsistent free"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Dec 20, 2013
2 parents d0c62c1 + 0628a2f commit 6650000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/radio/radio-iris-transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ static void send_disable_event(struct work_struct *worker)
skb = alloc_skb(len, GFP_ATOMIC);
if (!skb) {
FMDERR("Memory not allocated for the socket");
kfree(worker);
return;
}

Expand Down

0 comments on commit 6650000

Please sign in to comment.