1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-03 05:47:10 +01:00
Files
u-boot-megous/drivers
Vignesh Raghavendra 94f992d57a gpio: da8xx_gpio: Fix compiler warning
Fix below compiler warning for 64bit builds

drivers/gpio/da8xx_gpio.c: In function ‘davinci_get_gpio_bank’:
drivers/gpio/da8xx_gpio.c:446:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  return (struct davinci_gpio *)addr;

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2020-02-04 09:07:24 +05:30
..
2020-01-30 11:44:01 +08:00
2019-12-02 18:23:09 -05:00
2020-01-25 12:04:36 -05:00
2020-01-30 13:30:35 -05:00
2020-01-24 23:06:48 +05:30
2019-08-07 15:31:04 -04:00
2019-11-01 16:45:40 +03:00
2020-01-30 11:44:01 +08:00
2020-01-10 14:18:26 -05:00