V4L/DVB (3300): Add standard for South Korean NTSC-M using A2 audio.
[pandora-kernel.git] / include / net / ax25.h
index 30bb4a8..2250a18 100644 (file)
@@ -237,8 +237,7 @@ typedef struct ax25_cb {
 static __inline__ void ax25_cb_put(ax25_cb *ax25)
 {
        if (atomic_dec_and_test(&ax25->refcount)) {
-               if (ax25->digipeat)
-                       kfree(ax25->digipeat);
+               kfree(ax25->digipeat);
                kfree(ax25);
        }
 }