Prev: staging:ti dspbridge: remove unnecessary volatile variables
Next: [PATCH] Make sure abs() works as expected with both ints and longs
From: Greg KH on 28 Jul 2010 11:20 On Wed, Jul 28, 2010 at 09:40:52AM -0500, Ernesto Ramos wrote: > Replace simple_strtoul by strict_strtoul in atoi function. Why not use the built-in kernel function instead of having your own atoi function? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 28 Jul 2010 15:10
On Wed, Jul 28, 2010 at 09:40:19PM +0300, Andy Shevchenko wrote: > On Wed, Jul 28, 2010 at 6:09 PM, Greg KH <gregkh(a)suse.de> wrote: > > On Wed, Jul 28, 2010 at 09:40:52AM -0500, Ernesto Ramos wrote: > >> Replace simple_strtoul by strict_strtoul in atoi function. > > > > Why not use the built-in kernel function instead of having your own atoi > > function? > The commit message left opened questions about > http://dev.omapzoom.org/?p=tidspbridge/kernel-dspbridge.git;a=commit;h=b8af1123b47741086ef5a307ad1ec8fec6fc7f0d Ok, but you will have to fix this up eventually, you need to use the in-kernel library functions, or fix the in-kernel ones to add the support you need. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |