NFC: llcp: Remove local_cleanup last argument
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 3 Apr 2013 14:40:52 +0000 (16:40 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 11 Apr 2013 14:29:09 +0000 (16:29 +0200)
commitc470e319b48bf1aae6185f0c896e65c21c02bad3
tree0490b31602aaa45a0609a91f8c4aaaad910a48c2
parentb436a13debec2b3d2c671d6bebcdb91dabcb0795
NFC: llcp: Remove local_cleanup last argument

local_cleanup is always called with device set to false as it means the
local LLCP is going away. So no need to pass this switch as an argument.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/llcp/llcp.c