[PATCH] cirrusfb nonsense

2007-10-27 Thread Al Viro
(pointer > 0) is deeply weird; (pointer >= 0) is even dumber... Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index f99cb77..f7e2d5a 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c @@ -2509,8 +2509,7 @@

[PATCH] cirrusfb nonsense

2007-10-27 Thread Al Viro
(pointer 0) is deeply weird; (pointer = 0) is even dumber... Signed-off-by: Al Viro [EMAIL PROTECTED] --- diff --git a/drivers/video/cirrusfb.c b/drivers/video/cirrusfb.c index f99cb77..f7e2d5a 100644 --- a/drivers/video/cirrusfb.c +++ b/drivers/video/cirrusfb.c @@ -2509,8 +2509,7 @@