]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitd94ea4f54516b32affeda7ef097b93bca6e6fd32
tree41a23dd7537d3516fe8bec2d49d273b0839ce0b0
parentb1bb290ac2308616b24c5986665d7199ff7b9df3
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