commit | 1ec5ce05f9f84b18cb8056d01917480a6ec39e52 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Oct 11 13:11:30 2024 -0700 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Fri Oct 11 17:04:38 2024 -0500 |
tree | b54f6a9e7d9fef7bf0343dddd29ea424b036fdb1 | |
parent | 10d49736cffa14d3798e615e70d58b3be8ee2cfc [diff] |
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>