Skip to content

Commit

Permalink
Merge pull request torvalds#177 in PROCESSOR-SDK/processor-sdk-linux …
Browse files Browse the repository at this point in the history
…from plsdk-2883 to processor-sdk-linux-4.19.y

* commit '352d4eb1baaf9b06d3c81e5e0b80eb91fa919772':
  net: ethernet: ti: iep: reduce debug level for optional dts parameters
  • Loading branch information
Muralidharan Karicheri committed Aug 15, 2019
2 parents 8120bee + 352d4eb commit de53fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/ti/iep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ static int iep_get_pps_extts_pins(struct iep *iep)
pins = devm_pinctrl_get(iep->dev);
if (IS_ERR(pins)) {
iep->pins = NULL;
dev_err(iep->dev, "request for sync latch pins failed: %ld\n",
dev_dbg(iep->dev, "request for sync latch pins failed: %ld\n",
PTR_ERR(pins));
return PTR_ERR(pins);
}
Expand Down

0 comments on commit de53fb5

Please sign in to comment.