drivers/spi: intel: Fix typo in DBG log
This log is in spi_intel_configure, not in spi_intel_transceive. Change-Id: I5d62dd63d0cfa2c86f2dd5f9a6d367b7ad47b355 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
7c5563fd3a
commit
8708b73c65
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ static int spi_intel_configure(struct device *dev,
|
||||||
|
|
||||||
/* Check status */
|
/* Check status */
|
||||||
if (test_bit_sscr0_sse(info->regs) && test_bit_sssr_bsy(info->regs)) {
|
if (test_bit_sscr0_sse(info->regs) && test_bit_sssr_bsy(info->regs)) {
|
||||||
DBG("spi_intel_transceive: Controller is busy\n");
|
DBG("spi_intel_configure: Controller is busy\n");
|
||||||
return DEV_USED;
|
return DEV_USED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue