Skip to content

Commit

Permalink
Remove debug prints in ksz9477_init()
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaali committed Dec 2, 2024
1 parent e998049 commit c040a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ksz9477.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ int ksz9477_init(ksz9477_port_t master_port)
uint32_t regval32;
uint16_t backup;

nerr("Initializing..\n");
// nerr("Initializing..\n");

/* Read the ID registers */

Expand Down Expand Up @@ -834,7 +834,7 @@ int ksz9477_init(ksz9477_port_t master_port)

#endif

nerr("Init done, ret %d\n", ret);
// nerr("Init done, ret %d\n", ret);

return ret;
}

0 comments on commit c040a61

Please sign in to comment.