mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
pmic: rockchip: Plug set but not used variable
Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
4c5b550e63
commit
89f8aa7d41
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ static int rk8xx_regnode_set_voltage(struct regnode *regnode, int min_uvolt,
|
|||
static int rk8xx_regnode_get_voltage(struct regnode *regnode, int *uvolt);
|
||||
|
||||
/* #define dprintf(sc, format, arg...) device_printf(sc->base_dev, "%s: " format, __func__, arg) */
|
||||
#define dprintf(sc, format, arg...)
|
||||
#define dprintf(sc, format, arg...) (sc = sc)
|
||||
|
||||
static int
|
||||
rk8xx_regnode_init(struct regnode *regnode)
|
||||
|
|
|
|||
Loading…
Reference in a new issue