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)
commite4868623bfe1c05e1e17d86729907a3850d12882
treeabd69d04913ce43da05c50ce5d432f621ccc26ba
parent9937fdb022156f285b761bc544d5b910faa2e585
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