mfd: sm501: dbg_regs attribute must be read-only
authorGuenter Roeck <linux@roeck-us.net>
Sun, 8 Sep 2013 07:25:36 +0000 (00:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Aug 2015 03:51:37 +0000 (20:51 -0700)
commit14c99cd5cdd34ee464eeb1fc9f0d560672a4f2ec
tree560e6aa1c4e6f690cf0fc6bebf910621557f3c83
parent471bfba87fb46dad486fe0b9aa4a14c2038383b7
mfd: sm501: dbg_regs attribute must be read-only

commit 8a8320c2e78d1b619a8fa8eb5ae946b8691de604 upstream.

Fix:

sm501 sm501: SM501 At b3e00000: Version 050100a0, 8 Mb, IRQ 100
Attribute dbg_regs: write permission without 'store'
------------[ cut here ]------------
WARNING: at drivers/base/core.c:620

dbg_regs does not have a write function and must therefore be marked
as read-only.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mfd/sm501.c