powerpc/nvram: Fix function name in some errors messages.
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Fri, 17 Jul 2015 07:20:00 +0000 (09:20 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 2 Oct 2015 12:55:05 +0000 (22:55 +1000)
commitb6080db4f4e8bf28717b832976efc421de25b86c
tree67289e4ff3b0fe1e2f1ae4859c61666b53290864
parent7d523187173294f6ae3b86a48e442122b1aecc38
powerpc/nvram: Fix function name in some errors messages.

'nvram_create_os_partition' should be 'nvram_create_partition'.
Use __func__ to have it right, as done elsewhere in this file.

Signed-off-by: Christophe Jaillet <christophe.jaillet@wanadoo.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/nvram_64.c