]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: pn533: Use skb in __pn533_send_cmd_frame_asyn
authorWaldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Mon, 10 Dec 2012 13:42:57 +0000 (14:42 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Jan 2013 23:51:44 +0000 (00:51 +0100)
commitd68553b127afe01a02717520a19859280b99e662
treecc414391829bb0662c201f4d8f535080de9f1ba0
parent1057f6854d325e95033c10b9a67b1dc38cc4cf02
NFC: pn533: Use skb in __pn533_send_cmd_frame_asyn

__pn533_send_cmd_frame_async() should be frame type independent. So, don't
use pn533_frame type params and instead use skb for req and resp pointers.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/pn533.c