1
0
Fork 0
alistair23-linux/drivers/staging/tidspbridge/pmgr
Jingoo Han 932ef3685f staging: tidspbridge: replace strict_strtol() with kstrtos32()
The usage of strict_strtol() is not preferred, because
strict_strtol() is obsolete. Thus, kstrtos32() should be
used in order to convert a string to s32. Also, error handling
is added to get rid of a __must_check warning.

This fixes a memory corruption bug as well.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-07-24 09:51:18 -07:00
..
chnl.c staging: tidspbridge: remove chnl_init() and chnl_exit() 2012-03-09 13:21:07 -08:00
chnlobj.h
cmm.c staging: tidspbridge: remove cmm_init() and cmm_exit() 2012-03-09 13:21:07 -08:00
cod.c staging: tidspbridge/pmgr: another using strlcpy instead of strncpy 2013-01-21 14:00:10 -08:00
dbll.c staging: tidspbridge: replace strict_strtol() with kstrtos32() 2013-07-24 09:51:18 -07:00
dev.c staging: tidspbridge: remove dev_init() and dev_exit() 2012-03-09 13:21:08 -08:00
dmm.c staging: tidspbridge: remove dmm_init() and dmm_exit() 2012-03-09 13:21:07 -08:00
dspapi.c staging: Remove unnecessary OOM messages 2013-02-11 10:10:33 -08:00
io.c staging: tidspbridge: remove io_init() and io_exit() 2012-03-09 13:21:07 -08:00
ioobj.h staging: tidspbridge: set8 remove hungarian from structs 2011-02-04 20:12:22 -06:00
msg.c staging: tidspbridge: remove msg_mod_init() and msg_exit() 2012-03-09 13:21:07 -08:00
msgobj.h