From 0d53af4aa1358217ee3014f7a049a8bcd298784a Mon Sep 17 00:00:00 2001 From: Kyle Kotowick Date: Sat, 2 Mar 2024 15:55:45 -0500 Subject: [PATCH] drivers: dacx0508: fix for multiple DACs of the same type Presently, this driver cannot handle multiple DACs of the same type without throwing a compile error due to a missing line ending. This PR fixes that issue by adding the missing line ending. Signed-off-by: Kyle Kotowick --- drivers/dac/dac_dacx0508.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dac/dac_dacx0508.c b/drivers/dac/dac_dacx0508.c index c061608009..49f8b71a81 100644 --- a/drivers/dac/dac_dacx0508.c +++ b/drivers/dac/dac_dacx0508.c @@ -386,7 +386,7 @@ static const struct dac_driver_api dacx0508_driver_api = { &dac##t##_data_##n, \ &dac##t##_config_##n, POST_KERNEL, \ CONFIG_DAC_DACX0508_INIT_PRIORITY, \ - &dacx0508_driver_api) + &dacx0508_driver_api); /* * DAC60508: 12-bit