mitsu9550: reword a couple of messages. No functional change.

This commit is contained in:
Solomon Peachy 2014-12-20 15:15:33 -05:00
parent bc1eb4b263
commit 94d4f9b8a6

View file

@ -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));
}