From: Rasesh Mody <redacted>
Date: Mon, 10 Dec 2012 13:41:59 -0800
- skb = unmap_array[unmap_cons].skb;
- BUG_ON(!(skb));
- unmap_array[unmap_cons].skb = NULL;
+ curr_ua = &unmap_array[unmap_cons];
+
+ skb = curr_ua->skb;
+ BUG_ON(!(skb));\
^^^
Really?
Please carefully review your own work before submitting it for
inclusion. When you have erroneous things like this in the
very first patch it reflects very poorly upon the quality of
your work.