Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f74290fd authored by David S. Miller's avatar David S. Miller
Browse files
parents 1b71af60 9cb9c07d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -127,3 +127,7 @@ all.config

# Kdevelop4
*.kdev4

#Automatically generated by ASN.1 compiler
net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c
net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@
==================================

.. kernel-doc:: drivers/gpu/drm/tve200/tve200_drv.c
   :doc: Faraday TV Encoder 200
   :doc: Faraday TV Encoder TVE200 DRM Driver
+2 −0
Original line number Diff line number Diff line
@@ -28,8 +28,10 @@ Supported adapters:
  * Intel Wildcat Point (PCH)
  * Intel Wildcat Point-LP (PCH)
  * Intel BayTrail (SOC)
  * Intel Braswell (SOC)
  * Intel Sunrise Point-H (PCH)
  * Intel Sunrise Point-LP (PCH)
  * Intel Kaby Lake-H (PCH)
  * Intel DNV (SOC)
  * Intel Broxton (SOC)
  * Intel Lewisburg (PCH)
+0 −1
Original line number Diff line number Diff line
@@ -7909,7 +7909,6 @@ S: Maintained
F:	scripts/leaking_addresses.pl

LED SUBSYSTEM
M:	Richard Purdie <rpurdie@rpsys.net>
M:	Jacek Anaszewski <jacek.anaszewski@gmail.com>
M:	Pavel Machek <pavel@ucw.cz>
L:	linux-leds@vger.kernel.org
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ void die(const char *str, struct pt_regs *regs, unsigned long address);

#define BUG()	do {								\
	pr_warn("BUG: failure at %s:%d/%s()!\n", __FILE__, __LINE__, __func__); \
	dump_stack();								\
	barrier_before_unreachable();						\
	__builtin_trap();							\
} while (0)

#define HAVE_ARCH_BUG
Loading