Skip to content

Commit

Permalink
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Nov 4, 2005
2 parents 0676fc1 + b2281ab commit c8ebce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/8250_early.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int __init parse_options(struct early_uart_device *device, char *options)

if ((options = strchr(options, ','))) {
options++;
device->baud = simple_strtoul(options, 0, 0);
device->baud = simple_strtoul(options, NULL, 0);
length = min(strcspn(options, " "), sizeof(device->options));
strncpy(device->options, options, length);
} else {
Expand Down

0 comments on commit c8ebce6

Please sign in to comment.