Commit e59f646
spi: atmel-quadspi: remove references to runtime PM on error path
There is no need to call runtime PM put APIs on error path of
atmel_qspi_sama7g5_transfer() as the caller of it will take care
of this if needed.
Fixes: 16a72d7 ("spi: atmel-quadspi: Add support for sama7g5 QSPI")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>1 parent 1a6273c commit e59f646
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
924 | | - | |
925 | | - | |
| 923 | + | |
926 | 924 | | |
927 | | - | |
928 | 925 | | |
929 | 926 | | |
930 | 927 | | |
| |||
0 commit comments