* [patch] drm/i915: fix if statement in ivybridge irq handler
@ 2011-05-25 9:56 ` Dan Carpenter
0 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2011-05-25 9:56 UTC (permalink / raw)
To: Keith Packard; +Cc: kernel-janitors, dri-devel
The extra semicolon was not intended.
Signed-off-by: Dan Carpenter <error27@gmail.com>
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index b79619a..b9fafe3 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -517,7 +517,7 @@ irqreturn_t ivybridge_irq_handler(DRM_IRQ_ARGS)
if (de_iir & DE_PIPEA_VBLANK_IVB)
drm_handle_vblank(dev, 0);
- if (de_iir & DE_PIPEB_VBLANK_IVB);
+ if (de_iir & DE_PIPEB_VBLANK_IVB)
drm_handle_vblank(dev, 1);
/* check event from PCH */
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [patch] drm/i915: fix if statement in ivybridge irq handler
@ 2011-05-25 9:56 ` Dan Carpenter
0 siblings, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2011-05-25 9:56 UTC (permalink / raw)
To: Keith Packard; +Cc: kernel-janitors, dri-devel
The extra semicolon was not intended.
Signed-off-by: Dan Carpenter <error27@gmail.com>
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index b79619a..b9fafe3 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -517,7 +517,7 @@ irqreturn_t ivybridge_irq_handler(DRM_IRQ_ARGS)
if (de_iir & DE_PIPEA_VBLANK_IVB)
drm_handle_vblank(dev, 0);
- if (de_iir & DE_PIPEB_VBLANK_IVB);
+ if (de_iir & DE_PIPEB_VBLANK_IVB)
drm_handle_vblank(dev, 1);
/* check event from PCH */
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [patch] drm/i915: fix if statement in ivybridge irq handler
2011-05-25 9:56 ` Dan Carpenter
@ 2011-05-25 15:47 ` Keith Packard
-1 siblings, 0 replies; 4+ messages in thread
From: Keith Packard @ 2011-05-25 15:47 UTC (permalink / raw)
To: Dan Carpenter; +Cc: kernel-janitors, dri-devel
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
On Wed, 25 May 2011 12:56:56 +0300, Dan Carpenter <error27@gmail.com> wrote:
> The extra semicolon was not intended.
>
> Signed-off-by: Dan Carpenter <error27@gmail.com>
Merged to drm-intel-next.
--
keith.packard@intel.com
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch] drm/i915: fix if statement in ivybridge irq handler
@ 2011-05-25 15:47 ` Keith Packard
0 siblings, 0 replies; 4+ messages in thread
From: Keith Packard @ 2011-05-25 15:47 UTC (permalink / raw)
To: Dan Carpenter; +Cc: kernel-janitors, dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 238 bytes --]
On Wed, 25 May 2011 12:56:56 +0300, Dan Carpenter <error27@gmail.com> wrote:
> The extra semicolon was not intended.
>
> Signed-off-by: Dan Carpenter <error27@gmail.com>
Merged to drm-intel-next.
--
keith.packard@intel.com
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-25 15:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 9:56 [patch] drm/i915: fix if statement in ivybridge irq handler Dan Carpenter
2011-05-25 9:56 ` Dan Carpenter
2011-05-25 15:47 ` Keith Packard
2011-05-25 15:47 ` Keith Packard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.