Mesa (mesa_7_7_branch): i915g: Add missing break statement in i915_debug.c.

Vinson Lee vlee at kemper.freedesktop.org
Fri Nov 20 22:32:34 UTC 2009


Module: Mesa
Branch: mesa_7_7_branch
Commit: f6541773c4661247879995637207dcc5803bbf00
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6541773c4661247879995637207dcc5803bbf00

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Nov 20 14:31:42 2009 -0800

i915g: Add missing break statement in i915_debug.c.

---

 src/gallium/drivers/i915/i915_debug.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_debug.c b/src/gallium/drivers/i915/i915_debug.c
index e6640e5..c6e6d6f 100644
--- a/src/gallium/drivers/i915/i915_debug.c
+++ b/src/gallium/drivers/i915/i915_debug.c
@@ -851,6 +851,7 @@ static boolean i915_debug_packet( struct debug_stream *stream )
       default:
 	 return debug(stream, "", 0);
       }
+      break;
    default:
       assert(0);
       return 0;




More information about the mesa-commit mailing list