Skip to content

Commit 0064f97

Browse files
authored
Fix bce
1 parent f87c50c commit 0064f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1001-Add-apple-bce-driver.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -2764,7 +2764,7 @@ index 000000000..e24bd3521
27642764
+ spin_lock_irqsave(&ts->stop_sl, flags);
27652765
+ ts->stopped = true;
27662766
+ spin_unlock_irqrestore(&ts->stop_sl, flags);
2767-
+ del_timer_sync(&ts->timer);
2767+
+ timer_delete_sync(&ts->timer);
27682768
+
27692769
+ iowrite32((u32) -2, regb + 2);
27702770
+ iowrite32((u32) -1, regb);

0 commit comments

Comments
 (0)