sched: break out if printing a warning in sched_domain_debug()

2007-10-15 Thread Linux Kernel Mailing List
Oct 15 17:00:13 2007 +0200 Committer: Ingo Molnar [EMAIL PROTECTED] CommitDate: Mon Oct 15 17:00:13 2007 +0200 sched: break out if printing a warning in sched_domain_debug() checkpatch.pl and Andy Whitcroft noticed the following bug: we did not break out after printing an error

Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c

2007-10-15 Thread Linux Kernel Mailing List
: Mon Oct 15 09:07:58 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Mon Oct 15 09:07:58 2007 -0700 Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.c Commit 5a7ad7f044941316dc98eda2a087a12a7a50649d removed all uses of 'retval

Jazzsonic: Fix warning about unused variable.

2007-10-15 Thread Linux Kernel Mailing List
Oct 15 10:58:40 2007 +0100 Committer: Jeff Garzik [EMAIL PROTECTED] CommitDate: Mon Oct 15 14:29:49 2007 -0400 Jazzsonic: Fix warning about unused variable. Caused by [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() aka 0795af5729b18218767fab27c44b1384f72dc9ad

gianfar: Cleanup compile warning caused by 0795af57

2007-10-15 Thread Linux Kernel Mailing List
12 21:53:53 2007 +0800 Committer: Jeff Garzik [EMAIL PROTECTED] CommitDate: Mon Oct 15 14:41:34 2007 -0400 gianfar: Cleanup compile warning caused by 0795af57 Signed-off-by: Li Yang [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] --- drivers/net/gianfar.c |1

locks: add warning about mandatory locking races

2007-10-15 Thread Linux Kernel Mailing List
: Tue Sep 25 11:57:19 2007 -0400 Committer: J. Bruce Fields [EMAIL PROTECTED] CommitDate: Tue Oct 9 18:32:45 2007 -0400 locks: add warning about mandatory locking races The mandatory file locking implementation has long-standing races that probably render it useless. I know

mpc52xx-ata: fix compile warning (unused variable)

2007-10-14 Thread Linux Kernel Mailing List
Oct 13 22:36:57 2007 -0600 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sun Oct 14 08:57:30 2007 -0700 mpc52xx-ata: fix compile warning (unused variable) Trivial unused variable fix Signed-off-by: Grant Likely [EMAIL PROTECTED] Signed-off-by: Linus Torvalds

mpc52xx-uart: fix compile warning (format type mismatch)

2007-10-14 Thread Linux Kernel Mailing List
Oct 13 22:37:02 2007 -0600 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sun Oct 14 08:57:30 2007 -0700 mpc52xx-uart: fix compile warning (format type mismatch) Trivial compile warning fix Signed-off-by: Grant Likely [EMAIL PROTECTED] Signed-off-by: Linus

hwmon: (sis5595) fix sparse warning

2007-10-14 Thread Linux Kernel Mailing List
: Sun Oct 14 14:57:35 2007 -0400 Committer: Mark M. Hoffman [EMAIL PROTECTED] CommitDate: Sun Oct 14 14:57:35 2007 -0400 hwmon: (sis5595) fix sparse warning Signed-off-by: Mark M. Hoffman [EMAIL PROTECTED] --- drivers/hwmon/sis5595.c |9 - 1 files changed, 4 insertions

hwmon: (vt8231) fix sparse warning

2007-10-14 Thread Linux Kernel Mailing List
: Sun Oct 14 15:00:24 2007 -0400 Committer: Mark M. Hoffman [EMAIL PROTECTED] CommitDate: Sun Oct 14 15:00:24 2007 -0400 hwmon: (vt8231) fix sparse warning Signed-off-by: Mark M. Hoffman [EMAIL PROTECTED] --- drivers/hwmon/vt8231.c |2 +- 1 files changed, 1 insertions(+), 1

serial: sh-sci: Shut up compiler warning for SH-X3 SCIF.

2007-10-13 Thread Linux Kernel Mailing List
Aug 8 16:57:05 2007 +0900 Committer: Paul Mundt [EMAIL PROTECTED] CommitDate: Fri Sep 21 11:57:49 2007 +0900 serial: sh-sci: Shut up compiler warning for SH-X3 SCIF. Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- drivers/serial/sh-sci.h |1 + 1 files changed, 1 insertions(+), 0

KVM: Fix defined but not used warning in drivers/kvm/vmx.c

2007-10-13 Thread Linux Kernel Mailing List
Aug 1 16:23:10 2007 +0200 Committer: Avi Kivity [EMAIL PROTECTED] CommitDate: Sat Oct 13 10:18:22 2007 +0200 KVM: Fix defined but not used warning in drivers/kvm/vmx.c move_msr_up() is used only on X86_64 and generates a warning on !X86_64 Signed-off-by: Gabriel Craciunescu

[MTD] Fix do_div() type warning in mtdconcat

2007-10-13 Thread Linux Kernel Mailing List
: Mon Jul 23 13:07:06 2007 +0100 Committer: David Woodhouse [EMAIL PROTECTED] CommitDate: Mon Jul 23 13:07:06 2007 +0100 [MTD] Fix do_div() type warning in mtdconcat It expects a uint64_t; give it one. Signed-off-by: David Woodhouse [EMAIL PROTECTED] --- drivers/mtd

[JFFS2] fix printk warning in jffs2_block_check_erase()

2007-10-13 Thread Linux Kernel Mailing List
: Fri Aug 10 14:01:30 2007 -0700 Committer: David Woodhouse [EMAIL PROTECTED] CommitDate: Wed Aug 22 12:41:48 2007 +0100 [JFFS2] fix printk warning in jffs2_block_check_erase() fs/jffs2/erase.c: In function 'jffs2_block_check_erase': fs/jffs2/erase.c:355: warning: format '%08x

[MTD] mtdoops printk warning fixes

2007-10-13 Thread Linux Kernel Mailing List
: Fri Aug 10 14:01:31 2007 -0700 Committer: David Woodhouse [EMAIL PROTECTED] CommitDate: Wed Aug 22 12:43:13 2007 +0100 [MTD] mtdoops printk warning fixes drivers/mtd/mtdoops.c: In function 'mtdoops_inc_counter': drivers/mtd/mtdoops.c:109: warning: format '%d' expects type 'int

[MTD] [NAND] Fix compiler warning in Alauda driver

2007-10-13 Thread Linux Kernel Mailing List
: Thu Oct 11 00:02:06 2007 -0700 Committer: David Woodhouse [EMAIL PROTECTED] CommitDate: Sat Oct 13 14:33:27 2007 +0100 [MTD] [NAND] Fix compiler warning in Alauda driver drivers/mtd/nand/alauda.c: In function 'alauda_bounce_read': drivers/mtd/nand/alauda.c:412: warning

sysfs: spit a warning to users when they try to create a duplicate sysfs file

2007-10-12 Thread Linux Kernel Mailing List
] AuthorDate: Thu Sep 13 02:53:13 2007 -0700 Committer: Greg Kroah-Hartman [EMAIL PROTECTED] CommitDate: Fri Oct 12 14:51:09 2007 -0700 sysfs: spit a warning to users when they try to create a duplicate sysfs file We want to let people know when we create a duplicate sysfs file

V4L/DVB (5883): V4L: Fix a compile warning on non-32-bit machines.

2007-10-11 Thread Linux Kernel Mailing List
Jul 20 13:12:51 2007 -0300 Committer: Mauro Carvalho Chehab [EMAIL PROTECTED] CommitDate: Tue Oct 9 22:02:57 2007 -0300 V4L/DVB (5883): V4L: Fix a compile warning on non-32-bit machines. Fix a compile warning on non-32-bit machines in v4l2-int-device.h. Add internal ioctl

V4L/DVB (6111): Fix a warning when compiling on x86_64

2007-10-11 Thread Linux Kernel Mailing List
] AuthorDate: Mon Aug 27 12:05:18 2007 -0300 Committer: Mauro Carvalho Chehab [EMAIL PROTECTED] CommitDate: Tue Oct 9 22:07:09 2007 -0300 V4L/DVB (6111): Fix a warning when compiling on x86_64 tcm825x.c: In function 'ioctl_try_fmt_cap': tcm825x.c:639: warning: format '%d' expects type

V4L/DVB (6126): tuner: add warning for obsolete i2c address range 0x64 thru 0x6f

2007-10-11 Thread Linux Kernel Mailing List
: Tue Aug 28 17:20:42 2007 -0300 Committer: Mauro Carvalho Chehab [EMAIL PROTECTED] CommitDate: Tue Oct 9 22:07:30 2007 -0300 V4L/DVB (6126): tuner: add warning for obsolete i2c address range 0x64 thru 0x6f The tuner module has a rather aggressive range of possible i2c addresses

V4L/DVB (6142): cx25840: fix build warning

2007-10-11 Thread Linux Kernel Mailing List
: Sat Sep 1 02:02:51 2007 -0300 Committer: Mauro Carvalho Chehab [EMAIL PROTECTED] CommitDate: Tue Oct 9 22:07:51 2007 -0300 V4L/DVB (6142): cx25840: fix build warning Fix the following build warning: CC [M] cx25840-core.o cx25840-core.c: In function 'init_dll1

Blackfin arch: kill ezkit548 compiling warning

2007-10-11 Thread Linux Kernel Mailing List
5 15:31:16 2007 +0800 Committer: Bryan Wu [EMAIL PROTECTED] CommitDate: Sun Aug 5 15:31:16 2007 +0800 Blackfin arch: kill ezkit548 compiling warning kill ezkit548 compiling warning: - include/asm/cplb.h:42:5: warning: ANOMALY_05000158 is not defined Signed-off

sc1200: remove redundant warning message from sc1200_tune_chipset()

2007-10-11 Thread Linux Kernel Mailing List
] AuthorDate: Thu Oct 11 23:54:01 2007 +0200 Committer: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] CommitDate: Thu Oct 11 23:54:01 2007 +0200 sc1200: remove redundant warning message from sc1200_tune_chipset() ide_config_drive_speed() called by sc1200_set_xfer_mode() already gives

[PATCH] libertas: fix one more sparse warning

2007-10-11 Thread Linux Kernel Mailing List
: Thu Aug 2 11:45:30 2007 -0400 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:49:49 2007 -0700 [PATCH] libertas: fix one more sparse warning adhoc_rates_b is only used locally, so make it static Signed-off-by: Holger Schurig [EMAIL PROTECTED] Signed

[PATCH] libertas: printk warning fixes

2007-10-11 Thread Linux Kernel Mailing List
: Tue Aug 21 02:15:45 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:50:38 2007 -0700 [PATCH] libertas: printk warning fixes drivers/net/wireless/libertas/if_cs.c: In function 'if_cs_prog_helper': drivers/net/wireless/libertas/if_cs.c:462: warning

cxgb3 - SGE doorbell overflow warning

2007-10-11 Thread Linux Kernel Mailing List
Aug 21 20:49:10 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:50:47 2007 -0700 cxgb3 - SGE doorbell overflow warning Log doorbell Fifo overflow Signed-off-by: Divy Le Ray [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED

[ATM] net/atm/lec.c: printk warning fix

2007-10-11 Thread Linux Kernel Mailing List
: Wed Sep 26 22:31:19 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:52:54 2007 -0700 [ATM] net/atm/lec.c: printk warning fix net/atm/lec.c: In function 'lec_start_xmit': net/atm/lec.c:371: warning: format '%x' expects type 'unsigned int

[NET]: sparse warning fixes

2007-10-11 Thread Linux Kernel Mailing List
: Tue Oct 9 01:59:42 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:54:48 2007 -0700 [NET]: sparse warning fixes Fix a bunch of sparse warnings. Mostly about 0 used as NULL pointer, and shadowed variable declarations. One notable case

[PATCH] libertas: fix warning: Using plain integer as NULL pointer sparse warnings

2007-10-11 Thread Linux Kernel Mailing List
: Mon Oct 8 12:20:04 2007 +0200 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:55:20 2007 -0700 [PATCH] libertas: fix warning: Using plain integer as NULL pointer sparse warnings This fixes three warning: Using plain integer as NULL pointer sparse warnings

network drivers: sparse warning fixes

2007-10-11 Thread Linux Kernel Mailing List
: Fri Oct 5 17:19:47 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:55:27 2007 -0700 network drivers: sparse warning fixes Fix some of the easy warnings in network device drivers. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] Signed

chelsio: sparse warning fixes (old cxgb2)

2007-10-11 Thread Linux Kernel Mailing List
: Mon Oct 8 16:19:10 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:55:28 2007 -0700 chelsio: sparse warning fixes (old cxgb2) Fix problems detected by sparse: 1. whole chunk of MAC code was for defined and never used 2. hook for running ext

cxgb3 sparse warning fixes

2007-10-11 Thread Linux Kernel Mailing List
: Mon Oct 8 16:22:29 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:55:29 2007 -0700 cxgb3 sparse warning fixes Fix warnings from sparse related to shadowed variables and routines that should be declared static. Signed-off-by: Stephen

IPoIB: Fix unused variable warning

2007-10-11 Thread Linux Kernel Mailing List
: Tue Oct 9 15:46:13 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Wed Oct 10 16:55:30 2007 -0700 IPoIB: Fix unused variable warning The conversion to use netdevice internal stats left an unused variable in ipoib_neigh_free(), since there's no longer any reason

[POWERPC] Fix celleb sio section warning

2007-10-11 Thread Linux Kernel Mailing List
Jul 26 20:00:56 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Fri Aug 17 11:01:50 2007 +1000 [POWERPC] Fix celleb sio section warning Fix following warning: WARNING: vmlinux.o(.text+0x45fd4): Section mismatch: reference to .init.text:.early_serial_txx9_setup

[POWERPC] Fix non HUGETLB_PAGE build warning

2007-10-11 Thread Linux Kernel Mailing List
: Wed Aug 15 16:33:55 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Fri Aug 17 11:01:58 2007 +1000 [POWERPC] Fix non HUGETLB_PAGE build warning arch/powerpc/mm/mmu_context_64.c: In function 'init_new_context': arch/powerpc/mm/mmu_context_64.c:31: warning

[POWERPC] Remove warning in arch/powerpc/kernel/sysfs.c

2007-10-11 Thread Linux Kernel Mailing List
: Wed Sep 5 12:43:17 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Fri Sep 14 01:33:22 2007 +1000 [POWERPC] Remove warning in arch/powerpc/kernel/sysfs.c Fixes: arch/powerpc/kernel/sysfs.c: In function 'cpu_add_sysdev_attr_group': arch/powerpc/kernel

[PATCH] softmac: Fix compiler-warning

2007-10-03 Thread Linux Kernel Mailing List
: Mon Oct 1 02:24:38 2007 +0200 Committer: John W. Linville [EMAIL PROTECTED] CommitDate: Tue Oct 2 19:41:33 2007 -0400 [PATCH] softmac: Fix compiler-warning CC net/ieee80211/softmac/ieee80211softmac_wx.o /home/kernel/src/net/ieee80211/softmac/ieee80211softmac_wx.c

[PATCH] net/wireless/sysfs.c: Shut up build warning

2007-09-26 Thread Linux Kernel Mailing List
: Mon Sep 3 01:41:34 2007 +0530 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Tue Sep 25 22:55:43 2007 -0700 [PATCH] net/wireless/sysfs.c: Shut up build warning net/wireless/sysfs.c:108: warning: ‘wiphy_uevent’ defined but not used when CONFIG_HOTPLUG=n is because

[PATCH] net/mac80211/wme.c: fix sparse warning

2007-09-26 Thread Linux Kernel Mailing List
: Mon Sep 10 13:55:08 2007 +0200 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Tue Sep 25 22:55:44 2007 -0700 [PATCH] net/mac80211/wme.c: fix sparse warning wme.c triggers a sparse warning; it wasn't noticed before because until recently ARRAY_SIZE triggered a sparse error

[XFS] fix valid but harmless sparse warning

2007-09-22 Thread Linux Kernel Mailing List
: Wed Sep 19 15:27:30 2007 +1000 Committer: Tim Shimmin [EMAIL PROTECTED] CommitDate: Thu Sep 20 19:40:40 2007 +1000 [XFS] fix valid but harmless sparse warning The new xlog_recover_do_reg_buffer checks call be16_to_cpu on di_gen which is a 32bit value so sparse rightly complains

[PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warning

2007-09-16 Thread Linux Kernel Mailing List
: Sun Sep 16 14:54:05 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Sun Sep 16 14:54:05 2007 -0700 [PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warning net/sched/sch_cbq.c: In function 'cbq_enqueue': net/sched/sch_cbq.c:383: warning: 'ret' may be used

V4L/DVB (6148): Fix a warning at saa7191_probe

2007-09-14 Thread Linux Kernel Mailing List
] AuthorDate: Mon Sep 3 12:01:51 2007 -0300 Committer: Mauro Carvalho Chehab [EMAIL PROTECTED] CommitDate: Fri Sep 14 13:13:42 2007 -0300 V4L/DVB (6148): Fix a warning at saa7191_probe saa7191.c: In function 'saa7191_probe': saa7191.c:596: warning: passing argument 3

Input: i8042 - fix modpost warning

2007-09-12 Thread Linux Kernel Mailing List
Sep 4 23:16:31 2007 -0400 Committer: Dmitry Torokhov [EMAIL PROTECTED] CommitDate: Tue Sep 4 23:16:31 2007 -0400 Input: i8042 - fix modpost warning i8042_unregister_ports's only caller i8042_remove is a __devexit function so make it __devexit too. Signed-off-by: Ralf

USB: drivers/usb/serial/bus.c: Fix incompatible pointer type warning

2007-09-11 Thread Linux Kernel Mailing List
: Mon Sep 3 01:42:43 2007 +0530 Committer: Greg Kroah-Hartman [EMAIL PROTECTED] CommitDate: Tue Sep 11 07:48:17 2007 -0700 USB: drivers/usb/serial/bus.c: Fix incompatible pointer type warning drivers/usb/serial/bus.c: In function usb_serial_bus_deregister: drivers/usb/serial/bus.c:185

sched: fix xtensa build warning

2007-09-10 Thread Linux Kernel Mailing List
Sep 5 14:32:49 2007 +0200 Committer: Ingo Molnar [EMAIL PROTECTED] CommitDate: Wed Sep 5 14:32:49 2007 +0200 sched: fix xtensa build warning rename RSR to SRR - 'RSR' is already defined on xtensa. found by Adrian Bunk. Signed-off-by: Ingo Molnar [EMAIL PROTECTED

Fix modpost warning in serial driver

2007-08-31 Thread Linux Kernel Mailing List
Aug 30 23:56:31 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Fri Aug 31 01:42:23 2007 -0700 Fix modpost warning in serial driver This is triggered if PCI !HOTPLUG. MODPOST vmlinux.o WARNING: vmlinux.o(.data+0xc910): Section mismatch: reference

ARM: OMAP: fix OMAP1 dmtimer build warning

2007-08-30 Thread Linux Kernel Mailing List
: Mon Apr 2 12:45:50 2007 -0700 Committer: Tony Lindgren [EMAIL PROTECTED] CommitDate: Wed Aug 22 00:42:50 2007 -0700 ARM: OMAP: fix OMAP1 dmtimer build warning Remove the OMAP1 version of omap_dm_timer_get_fclk(), and its associated compile-time warning. It would only BUG

Input: iforce - fix 'unused variable' warning

2007-08-30 Thread Linux Kernel Mailing List
: Thu Aug 30 00:04:33 2007 -0400 Committer: Dmitry Torokhov [EMAIL PROTECTED] CommitDate: Thu Aug 30 00:04:33 2007 -0400 Input: iforce - fix 'unused variable' warning drivers/input/joystick/iforce/iforce-packets.c: In function `iforce_get_id_packet': drivers/input/joystick/iforce

[MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n.

2007-08-27 Thread Linux Kernel Mailing List
Aug 7 14:52:17 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Mon Aug 27 02:16:55 2007 +0100 [MIPS] Kconfig: Fix configuration warning by hardwiring HOTPLUG_CPU to n. Signed-off-by: Ralf Baechle [EMAIL PROTECTED] --- arch/mips/Kconfig |4 1 files changed

[MIPS] IP22: Fix modpost warning.

2007-08-27 Thread Linux Kernel Mailing List
Aug 13 12:47:17 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Mon Aug 27 02:16:56 2007 +0100 [MIPS] IP22: Fix modpost warning. MODPOST vmlinux.o WARNING: vmlinux.o(.text+0xc70): Section mismatch: reference to .init.text:add_memory_region (between

[MIPS] Fix gcc 3.3 warning.

2007-08-27 Thread Linux Kernel Mailing List
Aug 16 12:10:16 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Mon Aug 27 02:16:58 2007 +0100 [MIPS] Fix gcc 3.3 warning. CC arch/mips/kernel/cpu-bugs64.o arch/mips/kernel/cpu-bugs64.c: In function 'align_mod': arch/mips/kernel/cpu-bugs64.c:23

fix bogus hotplug cpu warning

2007-08-27 Thread Linux Kernel Mailing List
Aug 27 16:06:19 2007 +0100 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Mon Aug 27 10:27:48 2007 -0700 fix bogus hotplug cpu warning Fix bogus DEBUG_PREEMPT warning on x86_64, when cpu brought online after bootup: current_is_keventd is right to note its use

[SLIP]: trivial sparse warning fix

2007-08-27 Thread Linux Kernel Mailing List
: Fri Aug 24 22:38:26 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Sun Aug 26 18:35:39 2007 -0700 [SLIP]: trivial sparse warning fix Function declared static in forward declaration, but not in actual code. Signed-off-by: Stephen Hemminger [EMAIL

ACPI: Fix a warning of discarding qualifiers from pointer target type

2007-08-25 Thread Linux Kernel Mailing List
21 16:18:20 2007 +0100 Committer: Len Brown [EMAIL PROTECTED] CommitDate: Sat Aug 25 01:38:40 2007 -0400 ACPI: Fix a warning of discarding qualifiers from pointer target type drivers/acpi/ec.c: In function `acpi_ec_ecdt_probe': drivers/acpi/ec.c:873: warning: passing arg 1

V4L/DVB (6070): Fix a warning at dvb_net

2007-08-24 Thread Linux Kernel Mailing List
] AuthorDate: Mon Aug 20 16:45:35 2007 -0300 Committer: Mauro Carvalho Chehab [EMAIL PROTECTED] CommitDate: Thu Aug 23 13:17:32 2007 -0300 V4L/DVB (6070): Fix a warning at dvb_net static function dvb_net_sec declares input arg pkt as u8. However, the same argument at dvb_net_sec_callback

USB: ohci, fix oddball gcc warning

2007-08-23 Thread Linux Kernel Mailing List
: Fri Aug 17 22:19:59 2007 -0700 Committer: Greg Kroah-Hartman [EMAIL PROTECTED] CommitDate: Wed Aug 22 14:27:52 2007 -0700 USB: ohci, fix oddball gcc warning Some versions of GCC recently grew annoying warnings about constants. This gets rid of that warning from the OHCI driver

USB: u132-hcd.c - Fix a warning when CONFIG_PM=n

2007-08-23 Thread Linux Kernel Mailing List
Jul 30 12:57:03 2007 +0200 Committer: Greg Kroah-Hartman [EMAIL PROTECTED] CommitDate: Wed Aug 22 14:27:44 2007 -0700 USB: u132-hcd.c - Fix a warning when CONFIG_PM=n I noticed this warning with CONFING_PM=n ... drivers/usb/host/u132-hcd.c:1525: warning: 'port_power

[IRDA]: Avoid a label defined but not used warning in irda_init()

2007-08-22 Thread Linux Kernel Mailing List
Aug 21 00:10:50 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Tue Aug 21 20:59:30 2007 -0700 [IRDA]: Avoid a label defined but not used warning in irda_init() Easily avoidable compiler warnings bug me. Building irmod without CONFIG_SYSCTL currently

IPMI: fix warning in ipmi_si_intf.c

2007-08-22 Thread Linux Kernel Mailing List
: Wed Aug 22 14:01:48 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Wed Aug 22 19:52:46 2007 -0700 IPMI: fix warning in ipmi_si_intf.c trivial change: fix warning Signed-off-by: Mijo Safradin [EMAIL PROTECTED] Acked-by: Christian Krafft [EMAIL PROTECTED

newport_con warning fix

2007-08-22 Thread Linux Kernel Mailing List
: Wed Aug 22 14:02:01 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Wed Aug 22 19:52:47 2007 -0700 newport_con warning fix drivers/video/console/newport_con.c: In function `newport_console_init': drivers/video/console/newport_con.c:743: warning: return makes

[POWERPC] Remove unused code causing a compile warning

2007-08-18 Thread Linux Kernel Mailing List
May 12 03:49:39 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Wed Aug 15 15:12:50 2007 +1000 [POWERPC] Remove unused code causing a compile warning AFAICT, nobody is using ft_ordered(), and it causes a build warning to be generated. This patch cleans that up

ACPI: EC: fix build warning

2007-08-12 Thread Linux Kernel Mailing List
Aug 3 17:55:53 2007 -0400 Committer: Len Brown [EMAIL PROTECTED] CommitDate: Fri Aug 3 17:55:53 2007 -0400 ACPI: EC: fix build warning drivers/acpi/ec.c:657: warning: ‘acpi_ec_register_query_methods’ defined but not used Signed-off-by: Len Brown [EMAIL PROTECTED] --- drivers

fbcon: Kill compile warning

2007-08-11 Thread Linux Kernel Mailing List
] AuthorDate: Fri Aug 10 13:00:46 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sat Aug 11 15:47:40 2007 -0700 fbcon: Kill compile warning Fix compile warning ('map_override unused') if fbcon is compiled as a module and CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=n

spidev warning fix

2007-08-11 Thread Linux Kernel Mailing List
: Fri Aug 10 13:01:09 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sat Aug 11 15:47:42 2007 -0700 spidev warning fix Git rid of warning: passing arg 2 of `access_ok' makes pointer from integer without a cast reported on SH ... most architectures use macros

i386: Fix start_kernel warning

2007-08-11 Thread Linux Kernel Mailing List
Aug 10 22:31:10 2007 +0200 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sat Aug 11 15:58:14 2007 -0700 i386: Fix start_kernel warning Fix WARNING: vmlinux.o(.text+0x183): Section mismatch: reference to .init.text:start_kernel (between 'is386' and 'check_x87

[NET] net/core/utils: fix sparse warning

2007-08-09 Thread Linux Kernel Mailing List
: Tue Aug 7 18:02:43 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Tue Aug 7 18:02:43 2007 -0700 [NET] net/core/utils: fix sparse warning net_msg_warn is not defined because it is in net/sock.h which isn't included. Signed-off-by: Johannes Berg [EMAIL

[POWERPC] Fix a compile warning in pci_32.c

2007-08-03 Thread Linux Kernel Mailing List
] AuthorDate: Thu Aug 2 01:41:13 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Fri Aug 3 19:36:01 2007 +1000 [POWERPC] Fix a compile warning in pci_32.c __must_check, so do so. Signed-off-by: Segher Boessenkool [EMAIL PROTECTED] Signed-off-by: Paul Mackerras

[POWERPC] Fix a compile warning in powermac/feature.c

2007-08-03 Thread Linux Kernel Mailing List
] AuthorDate: Thu Aug 2 01:41:14 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Fri Aug 3 19:36:01 2007 +1000 [POWERPC] Fix a compile warning in powermac/feature.c ...by using the pci_get API instead of the deprecated old stuff. Signed-off-by: Segher Boessenkool

arch/i386/kernel/apm.c: apm_init() warning fix

2007-07-31 Thread Linux Kernel Mailing List
Jul 31 00:38:15 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Tue Jul 31 15:39:39 2007 -0700 arch/i386/kernel/apm.c: apm_init() warning fix arch/i386/kernel/apm.c: In function 'apm_init': arch/i386/kernel/apm.c:2240: warning: format '%lx' expects type 'long

kthread: silence bogus section mismatch warning

2007-07-31 Thread Linux Kernel Mailing List
: Tue Jul 31 00:39:16 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Tue Jul 31 15:39:42 2007 -0700 kthread: silence bogus section mismatch warning WARNING: kernel/built-in.o(.text+0x16910): Section mismatch: reference to .init.text: (between 'kthreadd

ip2main warning fix

2007-07-31 Thread Linux Kernel Mailing List
: Tue Jul 31 00:39:41 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Tue Jul 31 15:39:44 2007 -0700 ip2main warning fix CONFIG_PCI=n: drivers/char/ip2/ip2main.c: In function `ip2_loadmain': drivers/char/ip2/ip2main.c:503: warning: unused variable `status

fix integer overflow warning in i2o_block

2007-07-31 Thread Linux Kernel Mailing List
Jul 31 00:39:41 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Tue Jul 31 15:39:44 2007 -0700 fix integer overflow warning in i2o_block drivers/message/i2o/i2o_block.c: In function 'i2o_block_transfer': drivers/message/i2o/i2o_block.c:837: warning: integer

[RTNETLINK]: Fix warning for !CONFIG_KMOD

2007-07-31 Thread Linux Kernel Mailing List
Jul 31 14:13:50 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Tue Jul 31 14:13:50 2007 -0700 [RTNETLINK]: Fix warning for !CONFIG_KMOD replay label is unused otherwise. Signed-off-by: Thomas Graf [EMAIL PROTECTED] Signed-off-by: David S. Miller

[MIPS] IP27: Fix modpost warning.

2007-07-31 Thread Linux Kernel Mailing List
Jul 26 03:40:16 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Tue Jul 31 21:35:22 2007 +0100 [MIPS] IP27: Fix modpost warning. MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x3180): Section mismatch: reference to .init.text:per_cpu_init (between

[MIPS] rtlx: Fix modpost warning

2007-07-31 Thread Linux Kernel Mailing List
Jul 28 00:51:45 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Tue Jul 31 21:35:26 2007 +0100 [MIPS] rtlx: Fix modpost warning WARNING: vmlinux.o(.text+0x11504): Section mismatch: reference to .init.data:register_chrdev_failed (between 'rtlx_module_init

[MIPS] Fix modpost warning.

2007-07-31 Thread Linux Kernel Mailing List
Jul 28 00:53:14 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Tue Jul 31 21:35:27 2007 +0100 [MIPS] Fix modpost warning. WARNING: vmlinux.o(.text+0x1718): Section mismatch: reference to .init.text:mipsmt_build_cpu_map (between 'plat_smp_setup

[MIPS] SMTC: Fix modpost warning.

2007-07-31 Thread Linux Kernel Mailing List
Jul 28 00:54:32 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Tue Jul 31 21:35:27 2007 +0100 [MIPS] SMTC: Fix modpost warning. WARNING: vmlinux.o(.text+0xcf54): Section mismatch: reference to .init.text:smp_bootstrap (between 'smtc_boot_secondary

[MIPS] IP27: Fix warning.

2007-07-31 Thread Linux Kernel Mailing List
Jul 29 00:14:02 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Tue Jul 31 21:35:29 2007 +0100 [MIPS] IP27: Fix warning. Signed-off-by: Ralf Baechle [EMAIL PROTECTED] --- arch/mips/sgi-ip27/ip27-klnuma.c | 16 +--- 1 files changed, 9 insertions(+), 7

[MIPS] Fix build warning in unaligned load/store emulator.

2007-07-31 Thread Linux Kernel Mailing List
Jul 29 09:16:19 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Tue Jul 31 21:35:30 2007 +0100 [MIPS] Fix build warning in unaligned load/store emulator. Signed-off-by: Ralf Baechle [EMAIL PROTECTED] --- arch/mips/kernel/unaligned.c | 51

[MIPS] Yosemite: Fix warning.

2007-07-31 Thread Linux Kernel Mailing List
Jul 30 11:08:35 2007 +0100 Committer: Ralf Baechle [EMAIL PROTECTED] CommitDate: Tue Jul 31 21:35:32 2007 +0100 [MIPS] Yosemite: Fix warning. arch/mips/pmc-sierra/yosemite/smp.c: In function 'titan_mailbox_irq': arch/mips/pmc-sierra/yosemite/smp.c:112: warning: 'status' may

gfar: Fix modpost warning

2007-07-30 Thread Linux Kernel Mailing List
Jul 26 00:52:34 2007 -0500 Committer: Jeff Garzik [EMAIL PROTECTED] CommitDate: Mon Jul 30 15:48:16 2007 -0400 gfar: Fix modpost warning Fix the following modpost warning: WARNING: vmlinux.o(.init.text+0x1aa6c): Section mismatch: reference to .exit.text:gfar_mdio_exit

sh: Silence sq compile warning on sh4 nommu.

2007-07-30 Thread Linux Kernel Mailing List
Jul 25 15:59:47 2007 +0900 Committer: Paul Mundt [EMAIL PROTECTED] CommitDate: Thu Jul 26 15:35:17 2007 +0900 sh: Silence sq compile warning on sh4 nommu. Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- arch/sh/kernel/cpu/sh4/sq.c | 18 -- 1 files changed, 12

Blackfin arch: fix a compiling warning about dma-mapping

2007-07-28 Thread Linux Kernel Mailing List
24 15:38:16 2007 +0800 Committer: Bryan Wu [EMAIL PROTECTED] CommitDate: Tue Jul 24 15:38:16 2007 +0800 Blackfin arch: fix a compiling warning about dma-mapping Signed-off-by: Bryan Wu [EMAIL PROTECTED] --- arch/blackfin/kernel/dma-mapping.c |3 ++- 1 files changed, 2 insertions

[POWERPC] iSeries: Fix section mismatch warning in lpevents

2007-07-26 Thread Linux Kernel Mailing List
: Wed Jul 25 09:29:19 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Thu Jul 26 16:12:18 2007 +1000 [POWERPC] iSeries: Fix section mismatch warning in lpevents WARNING: vmlinux.o(.text+0x4f568): Section mismatch: reference to .init.text:.__alloc_bootmem (between

i2c: ds1682 warning fix

2007-07-26 Thread Linux Kernel Mailing List
: Thu Jul 26 10:41:09 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Thu Jul 26 11:35:17 2007 -0700 i2c: ds1682 warning fix ia64: drivers/i2c/chips/ds1682.c: In function `ds1682_show': drivers/i2c/chips/ds1682.c:78: warning: long long unsigned int format

fault_inject: silence a warning

2007-07-24 Thread Linux Kernel Mailing List
: Mon Jul 23 18:43:55 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Tue Jul 24 12:24:59 2007 -0700 fault_inject: silence a warning lib/fault-inject.c:168: warning: 'debugfs_create_ul_MAX_STACK_TRACE_DEPTH' defined but not used Signed-off-by: Stephen

x86_64: fix section mismatch warning in init.c

2007-07-22 Thread Linux Kernel Mailing List
Jul 22 11:12:44 2007 +0200 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sun Jul 22 11:03:38 2007 -0700 x86_64: fix section mismatch warning in init.c Fix following warning: WARNING: vmlinux.o(.text+0x188ea): Section mismatch: reference to .init.text

x86_64: fix section mismatch warning in hpet.c

2007-07-22 Thread Linux Kernel Mailing List
Jul 22 11:12:42 2007 +0200 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sun Jul 22 11:03:38 2007 -0700 x86_64: fix section mismatch warning in hpet.c Fix following warnings: WARNING: vmlinux.o(.text+0x945e): Section mismatch: reference to .init.text:__set_fixmap

[ARM] shut up warning: __IGNORE_sync_file_range redefined

2007-07-22 Thread Linux Kernel Mailing List
Jul 15 12:48:57 2007 +0100 Committer: Russell King [EMAIL PROTECTED] CommitDate: Fri Jul 20 09:39:56 2007 +0100 [ARM] shut up warning: __IGNORE_sync_file_range redefined Signed-off-by: Russell King [EMAIL PROTECTED] --- include/asm-arm/unistd.h |1 - 1 files changed, 0

[POWERPC] Quiet section mismatch warning on pcibios_setup

2007-07-22 Thread Linux Kernel Mailing List
: Sun Jul 22 00:37:38 2007 +1000 Committer: Paul Mackerras [EMAIL PROTECTED] CommitDate: Sun Jul 22 21:30:59 2007 +1000 [POWERPC] Quiet section mismatch warning on pcibios_setup WARNING: vmlinux.o(.text+0x1cefcc): Section mismatch: reference to .init.text:.pcibios_setup (between

leds: Add warning printks in error paths

2007-07-22 Thread Linux Kernel Mailing List
: Fri May 11 00:12:01 2007 +0100 Committer: Richard Purdie [EMAIL PROTECTED] CommitDate: Mon Jul 16 01:15:51 2007 +0100 leds: Add warning printks in error paths Add warning printks if led_trigger_register_simple() fails. Signed-off-by: Richard Purdie [EMAIL PROTECTED

console: fix section mismatch warning in vgacon.c

2007-07-21 Thread Linux Kernel Mailing List
Jul 21 04:37:31 2007 -0700 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sat Jul 21 17:49:14 2007 -0700 console: fix section mismatch warning in vgacon.c Fix following section mismatch warning: WARNING: vmlinux.o(.text+0x121e62): Section mismatch: reference

i386: fix section mismatch warning in intel_cacheinfo

2007-07-21 Thread Linux Kernel Mailing List
Jul 21 17:11:08 2007 +0200 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sat Jul 21 18:37:12 2007 -0700 i386: fix section mismatch warning in intel_cacheinfo Fix following warning: WARNING: arch/i386/kernel/built-in.o(.init.text+0x3818): Section mismatch: reference

x86_64: flush_tlb_kernel_range() warning fix

2007-07-21 Thread Linux Kernel Mailing List
: Sat Jul 21 17:11:24 2007 +0200 Committer: Linus Torvalds [EMAIL PROTECTED] CommitDate: Sat Jul 21 18:37:13 2007 -0700 x86_64: flush_tlb_kernel_range() warning fix mm/vmalloc.c: In function 'unmap_kernel_range': mm/vmalloc.c:75: warning: unused variable 'start' make it a C

USB: fix warning caused by autosuspend counter going negative

2007-07-20 Thread Linux Kernel Mailing List
Jul 16 15:28:19 2007 -0400 Committer: Greg Kroah-Hartman [EMAIL PROTECTED] CommitDate: Thu Jul 19 17:46:04 2007 -0700 USB: fix warning caused by autosuspend counter going negative This patch (as937) fixes a minor bug in the autosuspend usage-counting code. Each hub's usage counter

[ALSA] hda-intel - Show the last command in warning messages

2007-07-20 Thread Linux Kernel Mailing List
Jul 6 20:22:05 2007 +0200 Committer: Jaroslav Kysela [EMAIL PROTECTED] CommitDate: Fri Jul 20 11:11:47 2007 +0200 [ALSA] hda-intel - Show the last command in warning messages Show the last issued command in warning messages when any communication error with CORB/RIRB occurs

[ALSA] ali5451 warning fix

2007-07-20 Thread Linux Kernel Mailing List
: Mon Jun 11 12:23:31 2007 +0200 Committer: Jaroslav Kysela [EMAIL PROTECTED] CommitDate: Fri Jul 20 11:11:27 2007 +0200 [ALSA] ali5451 warning fix sound/pci/ali5451/ali5451.c: In function 'snd_ali_prepare': sound/pci/ali5451/ali5451.c:716: warning: 'R2' may be used uninitialized

sh: heartbeat: Shut up resource size warning.

2007-07-20 Thread Linux Kernel Mailing List
Jul 20 17:35:42 2007 +0900 Committer: Paul Mundt [EMAIL PROTECTED] CommitDate: Fri Jul 20 17:35:42 2007 +0900 sh: heartbeat: Shut up resource size warning. Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- arch/sh/drivers/heartbeat.c |2 +- 1 files changed, 1 insertions(+), 1

[CELL] spufs: remove section mismatch warning

2007-07-20 Thread Linux Kernel Mailing List
: Fri Jul 20 21:39:29 2007 +0200 Committer: Arnd Bergmann [EMAIL PROTECTED] CommitDate: Fri Jul 20 21:41:46 2007 +0200 [CELL] spufs: remove section mismatch warning WARNING: arch/powerpc/platforms/cell/spufs/spufs.o(.init.text+0x158): Section mismatch: reference to .exit.text

[SPARC64]: fix section mismatch warning in pci_sunv4

2007-07-20 Thread Linux Kernel Mailing List
Jul 20 17:19:56 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Fri Jul 20 17:19:56 2007 -0700 [SPARC64]: fix section mismatch warning in pci_sunv4 Fix following warning: WARNING: vmlinux.o(.text+0x3cf50): Section mismatch: reference

[SPARC64]: fix section mismatch warning in mdesc.c

2007-07-20 Thread Linux Kernel Mailing List
Jul 20 17:20:56 2007 -0700 Committer: David S. Miller [EMAIL PROTECTED] CommitDate: Fri Jul 20 17:20:56 2007 -0700 [SPARC64]: fix section mismatch warning in mdesc.c Fix following warning: WARNING: vmlinux.o(.text+0x35264): Section mismatch: reference to .init.text

<    5   6   7   8   9   10   11   12   13   >