Skip to content

Commit 33427f7

Browse files
committed
rtl_eeprom: add note regarding necessary replug of device
Signed-off-by: Steve Markgraf <[email protected]>
1 parent aced2db commit 33427f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rtl_eeprom.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,9 @@ int main(int argc, char **argv)
411411
if (r < 0)
412412
fprintf(stderr, "Error while writing EEPROM: %i\n", r);
413413
else
414-
fprintf(stderr, "Configuration successfully written.\n");
414+
fprintf(stderr, "\nConfiguration successfully written.\n"
415+
"Please replug the device for changes"
416+
" to take effect.\n");
415417

416418
exit:
417419
if (file)

0 commit comments

Comments
 (0)