usb: dwc3: rockchip: fix possible circular deadlock
[firefly-linux-kernel-4.4.55.git] / kernel / panic.c
index 4b150bc0c6c111ee09f783eaa6aa101339f6ceec..41e2b54f36b5cdc73ecbda53a246662ba541ba57 100644 (file)
@@ -157,8 +157,7 @@ void panic(const char *fmt, ...)
         * panic() is not being callled from OOPS.
         */
        debug_locks_off();
-       console_trylock();
-       console_unlock();
+       console_flush_on_panic();
 
        if (!panic_blink)
                panic_blink = no_blink;