src/superio/{ite,smsc}: Remove space before tab
Change-Id: I2829e4cb1445f8412f57da10fda6b92c92e56ea0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26650 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
b9585c5cc8
commit
5bd5a9ae01
|
@ -77,7 +77,7 @@
|
||||||
#define ITE_EC_FAN_CTL_PWM_MODE_AUTOMATIC (1 << 7)
|
#define ITE_EC_FAN_CTL_PWM_MODE_AUTOMATIC (1 << 7)
|
||||||
#define ITE_EC_FAN_CTL_PWM_DUTY_MASK (ITE_EC_FAN_MAX_PWM << 0)
|
#define ITE_EC_FAN_CTL_PWM_DUTY_MASK (ITE_EC_FAN_MAX_PWM << 0)
|
||||||
#define ITE_EC_FAN_CTL_PWM_DUTY(p) \
|
#define ITE_EC_FAN_CTL_PWM_DUTY(p) \
|
||||||
({ \
|
({ \
|
||||||
const unsigned int _p = p; \
|
const unsigned int _p = p; \
|
||||||
(_p >= 100) \
|
(_p >= 100) \
|
||||||
? ITE_EC_FAN_MAX_PWM \
|
? ITE_EC_FAN_MAX_PWM \
|
||||||
|
|
|
@ -91,7 +91,7 @@ static void lpc47n217_pnp_set_resources(struct device *dev)
|
||||||
for (res = dev->resource_list; res; res = res->next)
|
for (res = dev->resource_list; res; res = res->next)
|
||||||
lpc47n217_pnp_set_resource(dev, res);
|
lpc47n217_pnp_set_resource(dev, res);
|
||||||
/* dump_pnp_device(dev); */
|
/* dump_pnp_device(dev); */
|
||||||
pnp_exit_conf_state(dev);
|
pnp_exit_conf_state(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue