]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Staging: bcm: Remove typedef from CmHost.c and use enum.
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 5 Jan 2012 01:29:02 +0000 (20:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:19:05 +0000 (17:19 -0800)
commit5db125fb5ca2fed67a668c532af576a67a3d3bdc
tree61a54d69a3ef7f5c0089330ba0c69a23acd324fe
parente4868623bfe1c05e1e17d86729907a3850d12882
Staging: bcm: Remove typedef from CmHost.c and use enum.

This patch removes a typedef from a variable definition
in CmHost.c, and uses a enum instead. This Warning
was 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