mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
staging: unisys: visorchannel: Remove unnecessary parentheses
Remove extraneous parentheses around a variable in visorchannel_funcs.c Signed-off-by: Bryan Thompson <bryan.thompson@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6e4c8d30b1
commit
61a8a7bc4d
@@ -287,7 +287,7 @@ EXPORT_SYMBOL_GPL(visorchannel_clear);
|
||||
void __iomem *
|
||||
visorchannel_get_header(VISORCHANNEL *channel)
|
||||
{
|
||||
return (void __iomem *)&(channel->chan_hdr);
|
||||
return (void __iomem *)&channel->chan_hdr;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(visorchannel_get_header);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user