Skip to content

Commit

Permalink
spi: atmel-quadspi: align condition to parenthesis
Browse files Browse the repository at this point in the history
Align condition to parenthesis.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220609084246.1795419-4-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Claudiu Beznea authored and Mark Brown committed Jun 9, 2022
1 parent f11ec1c commit af7c2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/atmel-quadspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static bool atmel_qspi_supports_op(struct spi_mem *mem,

/* special case not supported by hardware */
if (op->addr.nbytes == 2 && op->cmd.buswidth != op->addr.buswidth &&
op->dummy.nbytes == 0)
op->dummy.nbytes == 0)
return false;

return true;
Expand Down

0 comments on commit af7c2d4

Please sign in to comment.