niu: Change niu_rbr_fill() to use unlikely() to check niu_rbr_add_page() return value
authorShuah Khan <shuah.khan@hp.com>
Fri, 20 Jul 2012 13:34:32 +0000 (13:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Jul 2012 06:31:07 +0000 (23:31 -0700)
Change niu_rbr_fill() to use unlikely() to check niu_rbr_add_page() return
value to be consistent with the rest of the checks after niu_rbr_add_page()
calls in this file.

Signed-off-by: Shuah Khan <shuah.khan@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found