]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/nf_log_common.c
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[karo-tx-linux.git] / net / netfilter / nf_log_common.c
index eeb8ef4ff1a3c0d674072253fa1e47cea6b38d9a..a2233e77cf3990d8bbd2bde72747d2005fe2c1d4 100644 (file)
@@ -158,7 +158,7 @@ nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf,
               '0' + loginfo->u.log.level, prefix,
               in ? in->name : "",
               out ? out->name : "");
-#ifdef CONFIG_BRIDGE_NETFILTER
+#if IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
        if (skb->nf_bridge) {
                const struct net_device *physindev;
                const struct net_device *physoutdev;