Loading drivers/media/platform/msm/vidc/msm_vidc_debug.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -179,7 +179,7 @@ static ssize_t debug_level_write(struct file *filp, const char __user *buf, /* filter partial writes and invalid commands */ if (*ppos != 0 || count >= sizeof(kbuf) || count == 0) { dprintk(VIDC_ERR, "returning error - pos %d, count %d\n", dprintk(VIDC_ERR, "returning error - pos %lld, count %ld\n", *ppos, count); rc = -EINVAL; } Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_debug.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2020, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -179,7 +179,7 @@ static ssize_t debug_level_write(struct file *filp, const char __user *buf, /* filter partial writes and invalid commands */ if (*ppos != 0 || count >= sizeof(kbuf) || count == 0) { dprintk(VIDC_ERR, "returning error - pos %d, count %d\n", dprintk(VIDC_ERR, "returning error - pos %lld, count %ld\n", *ppos, count); rc = -EINVAL; } Loading