mitsu9550: reword a couple of messages. No functional change.
This commit is contained in:
parent
bc1eb4b263
commit
94d4f9b8a6
|
@ -611,9 +611,9 @@ static char *mitsu9550_media_types(uint8_t type)
|
|||
|
||||
static void mitsu9550_dump_media(struct mitsu9550_media *resp)
|
||||
{
|
||||
INFO("Media Type : %02x (%s)\n",
|
||||
INFO("Media type : %02x (%s)\n",
|
||||
resp->type, mitsu9550_media_types(resp->type));
|
||||
INFO("Prints remaining : %03d/%03d\n",
|
||||
INFO("Media remaining : %03d/%03d\n",
|
||||
be16_to_cpu(resp->remain), be16_to_cpu(resp->max));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue