Skip to content

Commit 89b74ae

Browse files
committed
remove unused variable
1 parent f22e365 commit 89b74ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/broadcom/sonic-platform-modules-nexthop/common/modules/pddf_custom_mdio_algo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ int fpga_mdio_write(struct mii_bus *bus, int phy_addr, int reg_num,
163163
uint16_t val)
164164
{
165165
struct fpga_mdio_priv *priv = bus->priv;
166-
uint32_t cmd_val;
167166
int ret;
168167

169168
if (!priv || !priv->reg_base) {

0 commit comments

Comments
 (0)