octphy: Update outdated config param name in error message.

Change-Id: I45b8bc09c9aabacc5b908450fe574b5802b88be8
Reviewed-on: https://gerrit.osmocom.org/129
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger@freyther.de>
This commit is contained in:
Daniel Laszlo Sitzer 2016-05-31 11:09:40 +02:00 committed by Holger Freyther
parent ed494443cc
commit 0778cd488a
1 changed files with 1 additions and 1 deletions

View File

@ -1618,7 +1618,7 @@ struct octphy_hdl *l1if_open(struct phy_link *plink)
fl1h->phy_link = plink;
if (!phy_dev) {
LOGP(DL1C, LOGL_ERROR, "You have to specify a phy-netdev\n");
LOGP(DL1C, LOGL_ERROR, "You have to specify a octphy net-device\n");
talloc_free(fl1h);
return NULL;
}