]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: rename random32() to prandom_u32()
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 10 Mar 2013 10:55:27 +0000 (21:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:57:35 +0000 (14:57 +1100)
commitb046ffe0c68f6e4bf0b19f046a196eeedcec5c41
treee551d14b581025f67dc4523c80815c9035566e90
parent93c629245757c0f0abeb18d56fb7b9ecf57bff88
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