drivers: flash: spi_flash_at45: remove unused variable

Remove unused variable.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2021-10-28 23:41:28 +02:00 committed by Anas Nashif
parent 7958e86c66
commit 2d7cabb970
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@ static int power_down_op(const struct device *dev, uint8_t opcode,
static int spi_flash_at45_init(const struct device *dev)
{
struct spi_flash_at45_data *dev_data = get_dev_data(dev);
const struct spi_flash_at45_config *dev_config = get_dev_config(dev);
int err;