File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ static void handle_se_timeout(struct spi_master *spi,
166
166
* doesn`t support CMD Cancel sequnece
167
167
*/
168
168
spin_unlock_irq (& mas -> lock );
169
- goto unmap_if_dma ;
169
+ goto reset_if_dma ;
170
170
}
171
171
172
172
reinit_completion (& mas -> cancel_done );
@@ -175,7 +175,7 @@ static void handle_se_timeout(struct spi_master *spi,
175
175
176
176
time_left = wait_for_completion_timeout (& mas -> cancel_done , HZ );
177
177
if (time_left )
178
- goto unmap_if_dma ;
178
+ goto reset_if_dma ;
179
179
180
180
spin_lock_irq (& mas -> lock );
181
181
reinit_completion (& mas -> abort_done );
@@ -193,7 +193,7 @@ static void handle_se_timeout(struct spi_master *spi,
193
193
mas -> abort_failed = true;
194
194
}
195
195
196
- unmap_if_dma :
196
+ reset_if_dma :
197
197
if (mas -> cur_xfer_mode == GENI_SE_DMA ) {
198
198
if (xfer ) {
199
199
if (xfer -> tx_buf ) {
You can’t perform that action at this time.
0 commit comments