]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit726c4063742f3b6aff581aaa1546d63972306eae
tree67289e4ff3b0fe1e2f1ae4859c61666b53290864
parentfbe98a364b1cc7f558f73189eccf020c743d7373
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