forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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