]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: rename random32() to prandom_u32()
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 26 Mar 2013 23:26:08 +0000 (10:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:26:30 +0000 (17:26 +1100)
commitaa98c0c9424787506136bb23733d51e94448cc65
tree08a505fa147a55f6c6684bdfb6534d478e97c37b
parent70ea607b0346e6f46a1f506d821830da8d90ff6d
mmc: rename random32() to prandom_u32()

Use preferable function name which implies using a pseudo-random
number generator.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Chris Ball <cjb@laptop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/mmc/core/core.c