net_ratelimited_function() is called to simplify code.

Signed-off-by: Kefeng Wang <wangkefeng.w...@huawei.com>
---
 drivers/net/irda/stir4200.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/irda/stir4200.c b/drivers/net/irda/stir4200.c
index 876e709..d499b2b 100644
--- a/drivers/net/irda/stir4200.c
+++ b/drivers/net/irda/stir4200.c
@@ -783,8 +783,7 @@ static int stir_transmit_thread(void *arg)
                                break;
 
                        if (unlikely(receive_start(stir))) {
-                               if (net_ratelimit())
-                                       dev_info(&dev->dev,
+                               net_ratelimited_function(dev_info, &dev->dev,
                                                 "%s: receive usb submit 
failed\n",
                                                 stir->netdev->name);
                                stir->receiving = 0;
-- 
1.8.2.1


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to