From: Chen Gang <hidden> Date: 2013-08-20 02:33:56
fb_set_cmap() already checks the parameters, so need remove the
redundancy checking.
This redundancy checking is also incorrect, the related warning:
drivers/video/fbcmap.c:288:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
Signed-off-by: Chen Gang <redacted>
---
drivers/video/fbcmap.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
From: Tomi Valkeinen <hidden> Date: 2013-08-30 08:41:55
On 20/08/13 05:33, Chen Gang wrote:
quoted hunk
fb_set_cmap() already checks the parameters, so need remove the
redundancy checking.
This redundancy checking is also incorrect, the related warning:
drivers/video/fbcmap.c:288:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
Signed-off-by: Chen Gang <redacted>
---
drivers/video/fbcmap.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
From: Chen Gang <hidden> Date: 2013-08-30 08:47:02
On 08/30/2013 04:41 PM, Tomi Valkeinen wrote:
On 20/08/13 05:33, Chen Gang wrote:
quoted
fb_set_cmap() already checks the parameters, so need remove the
redundancy checking.
This redundancy checking is also incorrect, the related warning:
drivers/video/fbcmap.c:288:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
Signed-off-by: Chen Gang <redacted>
---
drivers/video/fbcmap.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)