mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
power: bq27510_battery: fix warning: initialization from incompatible pointer type
This commit is contained in:
parent
440ce860ad
commit
e2bedb3590
|
|
@ -91,7 +91,7 @@ static enum power_supply_property rk29_ac_props[] = {
|
|||
};
|
||||
|
||||
static ssize_t battery_proc_write(struct file *file,const char __user *buffer,
|
||||
unsigned long count,void *data)
|
||||
size_t count, loff_t *ppos)
|
||||
{
|
||||
char c;
|
||||
int rc;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user