]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: pn533: Remove pointless flags param
authorWaldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Mon, 26 Nov 2012 13:18:33 +0000 (14:18 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Jan 2013 23:44:27 +0000 (00:44 +0100)
commitb9ce702364df0d21859682dfcebaa4e1684bb551
tree41a23dd7537d3516fe8bec2d49d273b0839ce0b0
parent2764e6dd87a3d26e7a879fc98b583d1dddae0568
NFC: pn533: Remove pointless flags param

__pn533_send_cmd_frame_async() is called when lock is held so GFP_KERNEL
flag will be always used. Thus, having extra param does not optimise the
code.

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