commit | 2e7189b6c774adc6b848808286b14d0825dc9d1a | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 12 09:33:17 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 08 15:18:52 2019 +0100 |
tree | 299a2717dabd1b41671f55c9c4790c3125067a0a | |
parent | bfeffd155283772bbe78c6a05dec7c0128ee500c [diff] |
driver core: bus: convert to use BUS_ATTR_WO and RW We are trying to get rid of BUS_ATTR() and the usage of that in bus.c can be trivially converted to use BUS_ATTR_WO and RW, so use those macros instead. Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>