From: Shan Wei Date: Wed, 28 Nov 2012 02:54:31 +0000 (+0800) Subject: staging: gdm72xx: use %pI4 format to print IPv4 address and remove last usage of... X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df1a84e0ec875d1bc12ac6aca325cb3543a7ad6;p=pandora-kernel.git staging: gdm72xx: use %pI4 format to print IPv4 address and remove last usage of NIP6 commit cf4ca4874fc45 removed the definition of NIPQUAD and NIPQUAD_FMT, and NIP6 also is out of date. commit 2874762b31d8d replace deprecated NIPQUAD marco to C code, but we can use %pI4 to print IPv4 address more simply. And remove constant condition judge. Because DEBUG_SDU is not defined in gdm_wimax.h, no error message when compiling. Signed-off-by: Shan Wei Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed