misc: c2port: use dev_bin_attrs instead of hand-coding it
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jul 2013 18:34:19 +0000 (11:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 20:45:04 +0000 (13:45 -0700)
commit3ce20a710f1dac8f5073d1b138039c75dd46d967
tree1f8cf403ece5a59a3a8b1cea8788fdb53062caf9
parent3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b
misc: c2port: use dev_bin_attrs instead of hand-coding it

Classes support a list of default binary attributes, so use that in the
c2port driver, instead of hand creating and destroying the file, which
is racing with userspace.  Bonus is this removes lines of code.

Cc: Rodolfo Giometti <giometti@linux.it>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
--
 drivers/misc/c2port/core.c |   30 +++++++++++++-----------------
 1 file changed, 13 insertions(+), 17 deletions(-)
drivers/misc/c2port/core.c