Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3343c1d4 authored by Michael Hennerich's avatar Michael Hennerich Committed by Bryan Wu
Browse files

Blackfin arch: Fix BUG: anomaly_threshold is used with ANOMALY_05000363

parent bfd15117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ struct bfin_serial_port {
	unsigned int		rx_dma_channel;
	struct work_struct	tx_dma_workqueue;
#else
# if ANOMALY_05000230
# if ANOMALY_05000363
	unsigned int anomaly_threshold;
# endif
#endif
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ struct bfin_serial_port {
	unsigned int		rx_dma_channel;
	struct work_struct	tx_dma_workqueue;
#else
# if ANOMALY_05000230
# if ANOMALY_05000363
	unsigned int anomaly_threshold;
# endif
#endif