Re: [PATCH v14 00/12] input: cyapa: instruction of cyapa patches
From: Jeremiah Mahler <hidden>
Date: 2014-12-13 10:17:59
Also in:
lkml
Dudley, On Fri, Dec 12, 2014 at 10:27:30AM +0800, Dudley Du wrote:
V14 patches have below updates, details of other updates see history list: 1) Correct 9 miss spelling issues of "bufferred" to "buffered". 2) Fix the upgrade issue of removing MOUSE_CYAPA config when make oldconfig by replase "depends on I2C && CRC_ITU_T" with "depends on I2C" "select CRC_ITU_T" in patch 9.
[...]
I found some sparse warnings that should be fixed.
jeri@newt:~/linux-next$ touch drivers/input/mouse/*.c
jeri@newt:~/linux-next$ touch drivers/input/mouse/*.h
jeri@newt:~/linux-next$ make C=1
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CHK kernel/config_data.h
CHECK drivers/input/mouse/cyapa.c
drivers/input/mouse/cyapa.c:43:9: warning: symbol 'cyapa_i2c_read' was
not declared. Should it be static?
drivers/input/mouse/cyapa.c:80:9: warning: symbol 'cyapa_i2c_write' was
not declared. Should it be static?
drivers/input/mouse/cyapa.c:289:5: warning: symbol 'cyapa_detect' was
not declared. Should it be static?
CC [M] drivers/input/mouse/cyapa.o
CHECK drivers/input/mouse/cyapa_gen3.c
drivers/input/mouse/cyapa_gen3.c:299:5: warning: symbol
'cyapa_read_byte' was not declared. Should it be static?
drivers/input/mouse/cyapa_gen3.c:312:5: warning: symbol
'cyapa_write_byte' was not declared. Should it be static?
drivers/input/mouse/cyapa_gen3.c:331:9: warning: symbol
'cyapa_i2c_reg_write_block' was not declared. Should it be static?
CC [M] drivers/input/mouse/cyapa_gen3.o
CHECK drivers/input/mouse/cyapa_gen5.c
drivers/input/mouse/cyapa_gen5.c:334:5: warning: symbol
'cyapa_empty_pip_output_data' was not declared. Should it be static?
drivers/input/mouse/cyapa_gen5.c:553:6: warning: symbol
'cyapa_gen5_sort_tsg_pip_bl_resp_data' was not declared. Should it be
static?
drivers/input/mouse/cyapa_gen5.c:568:6: warning: symbol
'cyapa_gen5_sort_tsg_pip_app_resp_data' was not declared. Should it be
static?
drivers/input/mouse/cyapa_gen5.c:595:6: warning: symbol
'cyapa_gen5_sort_application_launch_data' was not declared. Should it be
static?
drivers/input/mouse/cyapa_gen5.c:995:6: warning: symbol
'cyapa_gen5_sort_bl_exit_data' was not declared. Should it be static?
drivers/input/mouse/cyapa_gen5.c:1112:72: warning: Using plain integer
as NULL pointer
CC [M] drivers/input/mouse/cyapa_gen5.o
LD [M] drivers/input/mouse/cyapatp.o
Kernel: arch/x86/boot/bzImage is ready (#127)
Building modules, stage 2.
MODPOST 187 modules
CC drivers/input/mouse/cyapatp.mod.o
LDFINAL [M] drivers/input/mouse/cyapatp.ko
jeri@newt:~/linux-next
--
- Jeremiah Mahler