Skip to content
Commit 6f16a539 authored by Srinivas Neeli's avatar Srinivas Neeli Committed by Greg Kroah-Hartman
Browse files

gpio: gpio-xilinx: Fix integer overflow

[ Upstream commit 32c094a0 ]

Current implementation is not able to configure more than 32 pins
due to incorrect data type. So type casting with unsigned long
to avoid it.

Fixes: 02b3f84d

 ("xilinx: Switch to use bitmap APIs")
Signed-off-by: default avatarSrinivas Neeli <srinivas.neeli@xilinx.com>
Signed-off-by: default avatarBartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent ea857726
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment