summaryrefslogtreecommitdiff
path: root/SubmittingPatches
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11docs: move some of them to the root directoryDaniel Borkmann1-0/+133
Lets move CodingStyle, SubmittingPatches, and Sponsors into the root directory of netsniff-ng and remove the Documentation folder. Some of those files are quite bloated, and most of these things should be in the man-pages anyway. They should be the only big sources of documentation, nothing else. The rest is currently put here: http://pub.netsniff-ng.org/docs/ Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
> authorMartin Peres <martin.peres@free.fr>2016-12-07 06:30:15 +0200 committerBen Skeggs <bskeggs@redhat.com>2017-01-31 20:05:25 +1000 commitd72498ca2cbcf15e5038b184a95f061bca21e820 (patch) tree6bfbd74d0148271552508b3c88f5c330000f641d /drivers parent7dfee6827780d4228148263545af936d0cae8930 (diff)
drm/nouveau/nouveau/led: prevent compiling the led-code if nouveau=y and leds=m
The proper fix would have been to select LEDS_CLASS but this can lead to a circular dependency, as found out by Arnd. This patch implements Arnd's suggestion instead, at the cost of some auto-magic for a fringe feature. Reported-by: Arnd Bergmann <arnd@arndb.de> Reported-by: Intel's 0-DAY Fixes: 8d021d71b324 ("drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo") Signed-off-by: Martin Peres <martin.peres@free.fr> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers')