From: Greg Kroah-Hartman Date: Fri, 23 Aug 2013 23:05:26 +0000 (-0700) Subject: USB: core: be specific about attribute permissions X-Git-Tag: v3.12-rc1~186^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03f254f2ee2a708af9a7347402d9aed7f6cc4c1;p=pandora-kernel.git USB: core: be specific about attribute permissions Instead of having to audit all sysfs attributes, to ensure we get them right, use the default macros the driver core provides us (read-only, read-write) to make the code simpler, and to prevent any mistakes from ever happening. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed