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)
commite8f40531113c7e8c6266886803d5bf3a9e5c8d1b
treecc414391829bb0662c201f4d8f535080de9f1ba0
parent5b5a4437ae078cbe35020e74eb0b66ebedc2a2c0
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