Skip to content

Commit d3238d1

Browse files
committed
drivers: flash: stm32: qspi: minor cleanup
Removes double line and log output regarding device initialization. Signed-off-by: Georgij Cernysiov <[email protected]>
1 parent d9cac02 commit d3238d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/flash/flash_stm32_qspi.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ uint32_t table_p_size[] = {
6060

6161
typedef void (*irq_config_func_t)(const struct device *dev);
6262

63-
6463
struct stream {
6564
DMA_TypeDef *reg;
6665
const struct device *dev;
@@ -1108,8 +1107,6 @@ static int flash_stm32_qspi_init(const struct device *dev)
11081107
}
11091108
#endif /* CONFIG_FLASH_PAGE_LAYOUT */
11101109

1111-
LOG_INF("Device %s initialized", dev->name);
1112-
11131110
return 0;
11141111
}
11151112

0 commit comments

Comments
 (0)