ravb: make ravb_ptp_interrupt() *void*
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 10 Apr 2016 20:55:15 +0000 (23:55 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 04:48:33 +0000 (00:48 -0400)
When we have the ISS.CGIS bit set, we already know that gPTP interrupt has
happened, so an extra GIS register check at the end of ravb_ptp_interrupt()
seems superfluous.  We can model the gPTP interrupt  handler like all other
dedicated interrupt handlers in the driver and make it *void*.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found