Add a panic() function
All threads resolved!
All threads resolved!
Compare changes
Files
2- rahix authored
card10_reset() won't ever return to where it was called from. Telling the compiler this can help with program-flow analysis. Signed-off-by:
Rahix <rahix@rahix.de>
+ 4
− 1
@@ -224,7 +224,7 @@ void card10_poll(void)
@@ -235,6 +235,9 @@ void card10_reset(void)