Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ata: sata_dwc_460ex: Remove debug compile options

Driver has been converted to dynamic debugging, so the compile-time
options don't have any functionality left.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

authored by

Hannes Reinecke and committed by
Damien Le Moal
1d009eb6 d4caa905

-20
-12
drivers/ata/Kconfig
··· 432 432 This option enables support for old device trees without the 433 433 "dmas" property. 434 434 435 - config SATA_DWC_DEBUG 436 - bool "Debugging driver version" 437 - depends on SATA_DWC 438 - help 439 - This option enables debugging output in the driver. 440 - 441 - config SATA_DWC_VDEBUG 442 - bool "Verbose debug output" 443 - depends on SATA_DWC_DEBUG 444 - help 445 - This option enables the taskfile dumping and NCQ debugging. 446 - 447 435 config SATA_HIGHBANK 448 436 tristate "Calxeda Highbank SATA support" 449 437 depends on ARCH_HIGHBANK || COMPILE_TEST
-8
drivers/ata/sata_dwc_460ex.c
··· 14 14 * COPYRIGHT (C) 2005 SYNOPSYS, INC. ALL RIGHTS RESERVED 15 15 */ 16 16 17 - #ifdef CONFIG_SATA_DWC_DEBUG 18 - #define DEBUG 19 - #endif 20 - 21 - #ifdef CONFIG_SATA_DWC_VDEBUG 22 - #define VERBOSE_DEBUG 23 - #endif 24 - 25 17 #include <linux/kernel.h> 26 18 #include <linux/module.h> 27 19 #include <linux/device.h>