linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vesafb: misplaced parentheses
@ 2009-02-15 17:31 Roel Kluin
  2009-02-16 12:53 ` Michal Januszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Roel Kluin @ 2009-02-15 17:31 UTC (permalink / raw)
  To: spock; +Cc: Andrew Morton, linux-fbdev-devel

Fix misplaced parentheses

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
index e16322d..d6856f4 100644
--- a/drivers/video/vesafb.c
+++ b/drivers/video/vesafb.c
@@ -438,7 +438,7 @@ static int __init vesafb_probe(struct platform_device *dev)
 	info->var = vesafb_defined;
 	info->fix = vesafb_fix;
 	info->flags = FBINFO_FLAG_DEFAULT |
-		(ypan) ? FBINFO_HWACCEL_YPAN : 0;
+		(ypan ? FBINFO_HWACCEL_YPAN : 0);
 
 	if (!ypan)
 		info->fbops->fb_pan_display = NULL;

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] vesafb: misplaced parentheses
  2009-02-15 17:31 [PATCH] vesafb: misplaced parentheses Roel Kluin
@ 2009-02-16 12:53 ` Michal Januszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Januszewski @ 2009-02-16 12:53 UTC (permalink / raw)
  To: Roel Kluin; +Cc: Andrew Morton, linux-fbdev-devel

On Sun, Feb 15, 2009 at 18:31, Roel Kluin <roel.kluin@gmail.com> wrote:

> Fix misplaced parentheses
>
> Signed-off-by: Roel Kluin <roel.kluin@gmail.com>

Acked-by: Michał Januszewski <michalj@gmail.com>

> ---
> diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
> index e16322d..d6856f4 100644
> --- a/drivers/video/vesafb.c
> +++ b/drivers/video/vesafb.c
> @@ -438,7 +438,7 @@ static int __init vesafb_probe(struct platform_device *dev)
>        info->var = vesafb_defined;
>        info->fix = vesafb_fix;
>        info->flags = FBINFO_FLAG_DEFAULT |
> -               (ypan) ? FBINFO_HWACCEL_YPAN : 0;
> +               (ypan ? FBINFO_HWACCEL_YPAN : 0);
>
>        if (!ypan)
>                info->fbops->fb_pan_display = NULL;
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Linux-fbdev-devel mailing list
Linux-fbdev-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-16 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-15 17:31 [PATCH] vesafb: misplaced parentheses Roel Kluin
2009-02-16 12:53 ` Michal Januszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).