commit | 812eb995d4c0795ea1fb431146523cace2693f49 | [log] [tgz] |
---|---|---|
author | Xenia Ragiadakou <burzalodowa@gmail.com> | Thu May 23 20:51:56 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 30 21:04:37 2013 +0900 |
tree | 4d22deccf6de01bc24666571d68b7033acebfd29 | |
parent | a30c0e1975b4acaff98be8d9cb0c2e27af36ddab [diff] |
ozwpan: replace alloc_skb with dev_alloc_skb in ozpd.c This patch replaces the calls to alloc_skb with calls to dev_alloc_skb. dev_alloc_skb has GFP_ATOMIC priority so the replacement does not change the code semantics. Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>