Re: [PATCH] DWC Ethernet QoS: Delete an unnecessary check before the function call "of_node_put"

2015-11-06 Thread David Miller
From: SF Markus Elfring Date: Fri, 6 Nov 2015 08:15:30 +0100 > From: Markus Elfring > Date: Fri, 6 Nov 2015 08:00:22 +0100 > > The of_node_put() function tests whether its argument is NULL and then > returns immediately. Thus the test around the call is not needed. > > This issue was detected

Re: [PATCH] DWC Ethernet QoS: Delete an unnecessary check before the function call "of_node_put"

2015-11-06 Thread David Miller
From: SF Markus Elfring Date: Fri, 6 Nov 2015 08:15:30 +0100 > From: Markus Elfring > Date: Fri, 6 Nov 2015 08:00:22 +0100 > > The of_node_put() function tests whether its argument is NULL and then > returns immediately. Thus the