]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
net: xemacps: Remove warning on round_rate failure
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Fri, 12 Apr 2013 16:25:53 +0000 (09:25 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 15 Apr 2013 10:43:41 +0000 (12:43 +0200)
commita6a25f405a0084c423fc20408fe0718f7edeaaf3
treee1e3aedeb2f91e8a277ad5666ed9a4fbc2d77b47
parent537610f50c9487aabf0823d6787553d682711940
net: xemacps: Remove warning on round_rate failure

Assume that we deal with an input clock which is adjusted by different
means than the CCF when clk_round_rate() fails and remove the warning
message.
This allows warning free usage of an EMIO clock source w/o a CCF clock
driver on cost of that we don't detect an actual failing call to
clk_round_rate() which I think is rather unlikely to happen.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Tested-by: Anirudha Sarangi <anirudh@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/ethernet/xilinx/xilinx_emacps.c