drivers/sensor: remove frequent logs
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
d88e0eac02
commit
b5713fd7f4
|
@ -822,8 +822,6 @@ static int sensor_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||
uint32_t arg1 = (uint32_t)arg;
|
||||
int ret = 0;
|
||||
|
||||
sninfo("cmd=%x arg=%08lx\n", cmd, arg);
|
||||
|
||||
switch (cmd)
|
||||
{
|
||||
case SNIOC_GET_STATE:
|
||||
|
|
Loading…
Reference in New Issue