drivers: flash: stm32: qspi: minor cleanup
Removes double line and log output regarding device initialization. Signed-off-by: Georgij Cernysiov <geo.cgv@gmail.com>
This commit is contained in:
parent
807bf9d85f
commit
4ef6b82681
1 changed files with 0 additions and 3 deletions
|
@ -60,7 +60,6 @@ uint32_t table_p_size[] = {
|
|||
|
||||
typedef void (*irq_config_func_t)(const struct device *dev);
|
||||
|
||||
|
||||
struct stream {
|
||||
DMA_TypeDef *reg;
|
||||
const struct device *dev;
|
||||
|
@ -1108,8 +1107,6 @@ static int flash_stm32_qspi_init(const struct device *dev)
|
|||
}
|
||||
#endif /* CONFIG_FLASH_PAGE_LAYOUT */
|
||||
|
||||
LOG_INF("Device %s initialized", dev->name);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue