summaryrefslogtreecommitdiff
path: root/curvetun.8
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-12 14:37:36 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-12 14:37:36 +0200
commita936783e1728c28d9cb690a750792d0e08c6a422 (patch)
tree56c6428357e86536fe298821d1e6f8f55b13129e /curvetun.8
parentdfb45a7ac75d17c3a8421bfb53840d6db271a121 (diff)
ioops: mark failure path as unlikely
Just tell GCC that those paths are unexpected. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun.8')
0 files changed, 0 insertions, 0 deletions
f1c598a4e4cddf6c6cd'>diff)
Input: synaptics-rmi4 - fix F03 build error when serio is module
Since F03 is a boolean, "depends" on symbols that can be modules do not work quite right. We can enable F03 if SERIO is built-in or if both RMI core and SERIO core are modules. If SERIO core is module, but RMI is built-in, we'll get: drivers/built-in.o: In function `rmi_f03_attention': rmi_f03.c:(.text+0xf8ef8): undefined reference to `serio_interrupt' rmi_f03.c:(.text+0xf8fbd): undefined reference to `serio_interrupt' drivers/built-in.o: In function `rmi_f03_remove': rmi_f03.c:(.text+0xf9082): undefined reference to `serio_unregister_port' drivers/built-in.o: In function `rmi_f03_probe': rmi_f03.c:(.text+0xf9260): undefined reference to `__serio_register_port' Reported-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/i2c/fault-codes')