Searched hist:"7 a7686bd0d153c0d6e120da6712c9339aaeaa2f9" (Results 1 – 3 of 3) sorted by relevance
/linux/sound/pci/ctxfi/ |
H A D | cthardware.h | diff 7a7686bd0d153c0d6e120da6712c9339aaeaa2f9 Tue Sep 23 13:00:24 CEST 2014 Sudip Mukherjee <sudipm.mukherjee@gmail.com> ALSA: ctxfi: sparse warning
fixed sparse warning of incorrect type (different address spaces) in cthw20k1.c and cthw20k2.c which was being actually caused as mem_base was of the type unsigned long.
Again as mem_base was previously unsigned long , so it required many typecasts in the code to convert interger to pointer.
Now after giving the correct type of mem_base as void __iomem * we can also remove those typecasts maintaining the same functionality and logic of the code.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | cthw20k2.c | diff 7a7686bd0d153c0d6e120da6712c9339aaeaa2f9 Tue Sep 23 13:00:24 CEST 2014 Sudip Mukherjee <sudipm.mukherjee@gmail.com> ALSA: ctxfi: sparse warning
fixed sparse warning of incorrect type (different address spaces) in cthw20k1.c and cthw20k2.c which was being actually caused as mem_base was of the type unsigned long.
Again as mem_base was previously unsigned long , so it required many typecasts in the code to convert interger to pointer.
Now after giving the correct type of mem_base as void __iomem * we can also remove those typecasts maintaining the same functionality and logic of the code.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | cthw20k1.c | diff 7a7686bd0d153c0d6e120da6712c9339aaeaa2f9 Tue Sep 23 13:00:24 CEST 2014 Sudip Mukherjee <sudipm.mukherjee@gmail.com> ALSA: ctxfi: sparse warning
fixed sparse warning of incorrect type (different address spaces) in cthw20k1.c and cthw20k2.c which was being actually caused as mem_base was of the type unsigned long.
Again as mem_base was previously unsigned long , so it required many typecasts in the code to convert interger to pointer.
Now after giving the correct type of mem_base as void __iomem * we can also remove those typecasts maintaining the same functionality and logic of the code.
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|