dp: swdp_bitbang: fix unused variable build error

The variable config in sw_port_off() is not used, and it's
causing CI build error about unused variable. So remove it.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2024-10-11 13:11:30 -07:00 committed by Mahesh Mahadevan
parent 10d49736cf
commit 1ec5ce05f9
1 changed files with 0 additions and 1 deletions

View File

@ -677,7 +677,6 @@ static int sw_port_off(const struct device *dev)
static int sw_gpio_init(const struct device *dev)
{
const struct sw_config *config = dev->config;
struct sw_cfg_data *sw_data = dev->data;
int ret;