]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: bcm: Replace dated variable __FUNCTION__.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 5 Jan 2012 01:29:01 +0000 (20:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:19:04 +0000 (17:19 -0800)
commitd5fa2e190fed793e92da5ec55684b590a4e135ae
treeabd69d04913ce43da05c50ce5d432f621ccc26ba
parent2e5d87b7ee6f7cf562ddd7fb2c603d3fcad5c1fa
Staging: bcm: Replace dated variable __FUNCTION__.

This patch replaces the obsolete variable, __FUNCTION__,
that holds the name of the current function with
variable, __func__.  Reported by checkpatch.pl.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c