Commit 50dd9ca
disp: msm: dsi: fix misleading indentation in power off
Add braces to the if statement checking samsung_dsi_off_reset_delay to
avoid a compiler warning about misleading indentation. The missing
braces caused the compiler to treat the subsequent if as potentially
belonging to the previous condition based on indentation.
Signed-off-by: Robin <hanya8493@gmail.com>1 parent 5bd293c commit 50dd9ca
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
664 | | - | |
665 | | - | |
666 | | - | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
667 | 668 | | |
668 | 669 | | |
669 | 670 | | |
| |||
0 commit comments