From: Greg Kroah-Hartman Date: Fri, 23 Aug 2013 23:18:34 +0000 (-0700) Subject: USB: serial: clean up attribute permissions X-Git-Tag: v3.12-rc1~186^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154547c4fe0fbe92185e69a6cdc2b0502b361995;p=pandora-kernel.git USB: serial: clean up attribute permissions Clean up the DEVICE_ATTR usage in the USB serial drivers, making them more obvious as to the permissions that the sysfs files should be. Note: ftdi_sio.c still has a DEVICE_ATTR() used, that will have to wait until after 3.12-rc1 comes out when DEVICE_ATTR_WO() shows up in Linus's tree. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed