]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ethoc: fix function return type
authorJonas Bonn <jonas@southpole.se>
Thu, 25 Nov 2010 02:30:31 +0000 (02:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 19:16:37 +0000 (11:16 -0800)
commit4f64bcb2fc093a3a9d7d41220004491ce88e4dd3
tree5a6f8cd7b29004ec69104d2a56d55f3f8a3648df
parent8dac428ae9ae54d8e8540ac157d92925dd7ebed8
ethoc: fix function return type

update_ethoc_tx_stats doesn't need to return anything so make its return
type void in order to avoid an unnecessary cast when the function is called.

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethoc.c