i915g: Add missing break statement in i915_debug_packet.
This commit is contained in:
@@ -851,6 +851,7 @@ static boolean i915_debug_packet( struct debug_stream *stream )
|
||||
default:
|
||||
return debug(stream, "", 0);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user