Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5c184e1 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

net: stmmac: Fix build errors in dwmac-qcom-pps.c



ethqos_unregister_pps_isr() tries to implicitly cast the return
value of free_irq() from a void * to an int, which causes build
errors. The return value of free_irq() is also ignored. Thus,
do not store the return value of free_irq() in
ethqos_unregister_pps_isr(). Also, remove an unused variable in
ethqos_init_pps().

Change-Id: Id0c0bbed980982666c276ecb88d6148c205078f0
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent 0126c4b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment