]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
mfd: twl4030-irq: Fix incorrect type in assignment warning
authorLee Jones <lee.jones@linaro.org>
Tue, 23 Jun 2020 07:55:47 +0000 (08:55 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:31:53 +0000 (08:31 +0100)
commit6fef0d4ea575c0561b38fd9149a05f1acb505bc0
tree54e0c27e3a5e49e6a4c76cb4861d69ca09b1f5bd
parent4d3ec936f80dbb2174c8c1f426eb86c032e9f14e
mfd: twl4030-irq: Fix incorrect type in assignment warning

Silences Sparse warning:

 drivers/mfd/twl4030-irq.c:485:26: warning: incorrect type in assignment (different base types)
 drivers/mfd/twl4030-irq.c:485:26:    expected unsigned int [usertype] word
 drivers/mfd/twl4030-irq.c:485:26:    got restricted __le32 [usertype]

Cc: Tony Lindgren <tony@atomide.com>
Cc: Kai Svahn <kai.svahn@nokia.com>
Cc: Syed Khasim <x0khasim@ti.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl4030-irq.c