[GIT PULL] Driver core fix for 5.4-rc5

From: Greg KH
Date: Sat Oct 26 2019 - 14:18:19 EST


The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-5.4-rc5

for you to fetch changes up to 82af5b6609673f1cc7d3453d0be3d292dfffc813:

sysfs: Fixes __BIN_ATTR_WO() macro (2019-10-02 10:06:45 +0200)

----------------------------------------------------------------
Driver core fix for 5.4-rc5

Here is a single sysfs fix for 5.4-rc5.

It resolves an error if you actually try to use the __BIN_ATTR_WO()
macro, seems I never tested it properly before :(

This has been in linux-next for a while with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Nayna Jain (1):
sysfs: Fixes __BIN_ATTR_WO() macro

include/linux/sysfs.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)