Skip to content

Commit

Permalink
dpaa2: Remove leftover after rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Salychev authored and Dmitry Salychev committed Mar 21, 2023
1 parent 67f56d3 commit 5f6b8b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/dev/dpaa2/dpaa2_ni.c
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,6 @@ dpaa2_ni_add_maddr(void *arg, struct sockaddr_dl *sdl, u_int cnt)
struct dpaa2_ni_softc *sc = if_getsoftc(ctx->ifp);
device_t dev = sc->dev;
device_t child = dev;
struct dpaa2_ni_softc *sc = ctx->ifp->if_softc;
struct dpaa2_devinfo *dinfo = device_get_ivars(dev);
struct dpaa2_devinfo *rcinfo = device_get_ivars(dinfo->pdev);
struct dpaa2_cmd cmd;
Expand Down

0 comments on commit 5f6b8b3

Please sign in to comment.