hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/spi/spi-falcon.c
....@@ -1,7 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * This program is free software; you can redistribute it and/or modify it
3
- * under the terms of the GNU General Public License version 2 as published
4
- * by the Free Software Foundation.
53 *
64 * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com>
75 */
....@@ -379,7 +377,7 @@
379377
380378 m->actual_length += t->len;
381379
382
- WARN_ON(t->delay_usecs || t->cs_change);
380
+ WARN_ON(t->delay_usecs || t->delay.value || t->cs_change);
383381 spi_flags = 0;
384382 }
385383