Commit d91f6ce
mtd: aspeed: remove redundant dev_err call in aspeed_smc_probe()
There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.
Signed-off-by: Wei Yongjun <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Signed-off-by: Brian Norris <[email protected]>1 parent 2bfc745 commit d91f6ce
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
727 | | - | |
| 726 | + | |
728 | 727 | | |
729 | | - | |
730 | 728 | | |
731 | 729 | | |
732 | 730 | | |
733 | | - | |
734 | | - | |
| 731 | + | |
735 | 732 | | |
736 | | - | |
737 | 733 | | |
738 | 734 | | |
739 | 735 | | |
| |||
0 commit comments