Stefano Babic
375d7e9298
spi: mxc_spi: fix warnings if CLK_ENABLED not set
Following warnings (unused variables) are raised:
drivers/spi/mxc_spi.c: In function 'mxc_spi_probe':
drivers/spi/mxc_spi.c:595:14: error: unused variable 'blob' [-Werror=unused-variable]
595 | const void *blob = gd->fdt_blob;
| ^~~~
drivers/spi/mxc_spi.c:594:6: error: unused variable 'node' [-Werror=unused-variable]
594 | int node = dev_of_offset(bus);
Move the variable declaration inside the code where they are used.
Signed-off-by: Stefano Babic <sbabic@denx.de>
2021-07-10 18:14:54 +02:00
..
2021-07-06 10:38:03 -06:00
2021-07-07 13:34:42 -04:00
2021-07-06 10:38:03 -06:00
2021-05-24 14:21:30 -04:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-03-22 19:23:27 +13:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-10 16:03:01 +02:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-07 19:52:24 -04:00
2021-02-02 15:33:42 -05:00
2021-06-18 10:09:41 +02:00
2021-07-06 10:38:03 -06:00
2021-04-12 17:44:55 -04:00
2021-07-06 10:38:03 -06:00
2021-03-08 10:59:10 +08:00
2021-07-07 22:22:42 -04:00
2021-07-06 10:38:03 -06:00
2021-07-07 22:22:42 -04:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-01-13 09:52:58 +01:00
2021-07-06 10:38:03 -06:00
2021-07-07 13:34:42 -04:00
2021-07-10 15:59:20 +02:00
2021-07-06 10:38:03 -06:00
2021-07-10 18:12:42 +02:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-10 16:53:34 +02:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-07 13:34:42 -04:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-04-10 08:04:42 -04:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-08 16:40:52 +02:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-10 18:14:54 +02:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-04-20 07:31:12 -04:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-03-13 13:14:52 -05:00
2021-07-06 10:38:03 -06:00
2021-07-07 22:22:42 -04:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-07 13:34:42 -04:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2021-07-06 10:38:03 -06:00
2020-11-06 10:18:20 +08:00
2021-03-27 15:04:31 +13:00