Commit 3b94232c authored by Dimitris Lampridis's avatar Dimitris Lampridis

kernel: fix typo in dev_info message

parent f2569509
......@@ -87,7 +87,7 @@ static int fa_spec_reset(struct fa_dev *fa)
{
/*struct spec_dev *spec = fa->fmc->carrier_data;*/
dev_info(&fa->fmc->dev, "%s: resetting TDC core through Gennum.\n",
dev_info(&fa->fmc->dev, "%s: resetting ADC core through Gennum.\n",
__func__);
return 0;
}
......
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