mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-29 03:47:37 +00:00
A cleanup patch that removed some code left behind an unused
variable:
drivers/video/fbdev/mb862xx/mb862xx-i2c.c: In function 'mb862xx_i2c_init':
drivers/video/fbdev/mb862xx/mb862xx-i2c.c:160:6: error: unused variable 'ret' [-Werror=unused-variable]
This removes that variable as well.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mb862xx_reg.h | ||
| mb862xx-i2c.c | ||
| mb862xxfb_accel.c | ||
| mb862xxfb_accel.h | ||
| mb862xxfb.h | ||
| mb862xxfbdrv.c | ||