]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i2c: tda998x: convert to u8/u16/u32 types
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 6 Jun 2015 20:41:10 +0000 (21:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 15 Sep 2015 15:19:48 +0000 (16:19 +0100)
commit500b7af43b18f3a51aec17ddc7cba44ba9d278d8
tree322f65cb42d38fef556b5d08d04d998179b639d6
parentd9f7a362a02b7e9b7df7c6ee63f6a4d77d3613ef
drm/i2c: tda998x: convert to u8/u16/u32 types

C99 types are against the style of the Linux kernel.  Convert to using
Linus-friendly types.  See https://lwn.net/Articles/113367/ for more
information.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c