Commit 321b9df7 authored by Manohar Vanga's avatar Manohar Vanga

removed unnecessary printk statement

Signed-off-by: 's avatarManohar Vanga <manohar.vanga@gmail.com>
parent ba024f0f
......@@ -46,7 +46,6 @@ static int fake_spec_probe(struct pci_dev *pdev, const struct pci_device_id *ent
printk(KERN_ERR "failed to load firmware\n");
return -1;
}
printk(KERN_INFO "fakespec: loaded firmware\n");
/* print a warning if it is not aligned to 1KB blocks */
if (wb_fw->size % 1024)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment