Skip to content

Commit

Permalink
rtl_eeprom: add note regarding necessary replug of device
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Markgraf <[email protected]>
  • Loading branch information
steve-m committed Nov 19, 2013
1 parent aced2db commit 33427f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rtl_eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ int main(int argc, char **argv)
if (r < 0)
fprintf(stderr, "Error while writing EEPROM: %i\n", r);
else
fprintf(stderr, "Configuration successfully written.\n");
fprintf(stderr, "\nConfiguration successfully written.\n"
"Please replug the device for changes"
" to take effect.\n");

exit:
if (file)
Expand Down

0 comments on commit 33427f7

Please sign in to comment.