From: Akinobu Mita Date: Thu, 28 Feb 2013 01:05:31 +0000 (-0800) Subject: mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes() X-Git-Tag: v3.9-rc1~46^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459a86d83dce6641f66311d37fbfe1419c477a5a;p=pandora-kernel.git mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes() Using prandom_bytes() is enough. Because this data is only used for testing, not used for cryptographic use. Signed-off-by: Akinobu Mita Cc: Artem Bityutskiy Cc: David Woodhouse Cc: "Theodore Ts'o" Cc: Adrian Hunter Cc: David Laight Cc: Eilon Greenstein Cc: Michel Lespinasse Cc: Robert Love Cc: Valdis Kletnieks Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed