.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
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. |
---|
5 | 3 | * |
---|
6 | 4 | * Copyright (C) 2012 Thomas Langer <thomas.langer@lantiq.com> |
---|
7 | 5 | */ |
---|
.. | .. |
---|
379 | 377 | |
---|
380 | 378 | m->actual_length += t->len; |
---|
381 | 379 | |
---|
382 | | - WARN_ON(t->delay_usecs || t->cs_change); |
---|
| 380 | + WARN_ON(t->delay_usecs || t->delay.value || t->cs_change); |
---|
383 | 381 | spi_flags = 0; |
---|
384 | 382 | } |
---|
385 | 383 | |
---|