drivers: Fix declaration after label compile error
Fix two instances where switch-case labels were followed immediately by
a declaration, which is generally invalid and can cause compilation
failure.
Signed-off-by:
Kesavan Yogeswaran <hikes@google.com>
Loading
Please sign in to comment