[PATCH] acpi: acpica: utmisc.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function acpi_ut_is_aml_table() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/acpi/acpica/acutils.h |2 -- drivers/acpi/acpica/utmisc.c | 28

[PATCH] arch: arm: mach-omap2: voltage.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: voltdm_for_each_pwrdm() omap_change_voltscale_method() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/arm/mach-omap2/voltage.c | 65

[PATCH] gpu: drm: qxl: qxl_cmd.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: qxl_io_flush_surfaces() qxl_io_flush_release() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/qxl/qxl_cmd.c | 10 -- drivers/gpu/drm/qxl

[PATCH] power: ab8500_fg.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function ab8500_fg_reinit() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/power/ab8500_fg.c| 14 -- include/linux/mfd/abx500/ab8500-bm.h |1

[PATCH] media: pci: saa7134: saa7134-video.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function saa7134_queue() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/media/pci/saa7134/saa7134-video.c |5 - 1 file changed, 5 deletions(-) diff --git a/drivers

[PATCH] scsi: cxgbi: libcxgbi.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: csk_print_ip() csk_print_port() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/cxgbi/libcxgbi.c | 28 1 file changed, 28

[PATCH] arch: m68k: mac: misc.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: mac_pram_write() mac_pram_read() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/m68k/mac/misc.c | 46 -- 1 file

[PATCH] net: fddi: skfp: smt.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function smt_ifconfig() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/net/fddi/skfp/smt.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/net

[PATCH] net: ethernet: micrel: ksz884x.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
() port_cfg_ins_tag() sw_flush_dyn_mac_table() port_cfg_tx() port_cfg_rx() port_chk_force_flow_ctrl() port_chk_back_pressure() port_cfg_force_flow_ctrl() port_chk_broad_storm() hw_ena_intr_bit() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] block: rbd.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function copy_token() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/block/rbd.c | 30 -- 1 file changed, 30 deletions(-) diff --git a/drivers

[PATCH] gpu: drm: gma500: mmu.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function psb_get_default_pd_addr() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/gma500/mmu.c |9 - 1 file changed, 9 deletions(-) diff --git a/drivers

[PATCH] media: pci: mantis: mantis_core.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function write_eeprom_byte() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/media/pci/mantis/mantis_core.c | 23 --- 1 file changed, 23 deletions

[PATCH] gpu: drm: qxl: qxl_gem.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: qxl_gem_fini() qxl_gem_init() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/qxl/qxl_drv.h |2 -- drivers/gpu/drm/qxl/qxl_gem.c | 11

[PATCH] net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: dbgi_rd_rsp3() dbgi_wr_addr3() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/net/ethernet/chelsio/cxgb3/mc5.c | 16 1 file changed, 16

[PATCH] arch: m68k: mvme147: config.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function mvme147_init_console_port() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/m68k/mvme147/config.c |5 - 1 file changed, 5 deletions(-) diff --git a/arch/m68k

[PATCH] arch: mips: lasat: sysctl.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function proc_dolasatint() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/mips/lasat/sysctl.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/arch/mips

[PATCH] misc: sgi-gru: gruhandles.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function tfh_restart() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/misc/sgi-gru/gruhandles.c |6 -- drivers/misc/sgi-gru/gruhandles.h |1 - 2 files changed, 7

[PATCH] arch: arm: plat-omap: dma.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function get_gdma_dev() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/arm/plat-omap/dma.c |8 1 file changed, 8 deletions(-) diff --git a/arch/arm/plat-omap

[PATCH] staging: gs_fpgaboot: io.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function bitswap() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/staging/gs_fpgaboot/io.c |9 - 1 file changed, 9 deletions(-) diff --git a/drivers/staging

[PATCH] media: i2c: adv7604.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: vblanking() hblanking() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/media/i2c/adv7604.c | 10 -- drivers/media/i2c/adv7842.c | 10

[PATCH] net: wireless: b43legacy: radio.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function b43legacy_radio_set_tx_iq() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/net/wireless/b43legacy/radio.c | 19 --- drivers/net/wireless/b43legacy

[PATCH] arch: cris: arch-v32: mach-a3: arbiter.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function crisv32_arbiter_deallocate_bandwidth() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/cris/arch-v32/mach-a3/arbiter.c | 30 -- arch/cris

[PATCH] arch: arm: mach-ux500: board-mop500-regulators.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function mop500_regulator_init() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/arm/mach-ux500/board-mop500-regulators.c | 41 - arch/arm/mach-ux500

[PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: atari_kbd_leds() ikbd_exec() ikbd_mem_read() ikbd_mem_write() ikbd_clock_get() ikbd_clock_set() ikbd_pause() ikbd_resume() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] arch: mn10300: boot: compressed: misc.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: close_output_buffer_if_we_run_high() setup_output_buffer_if_we_run_high() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/mn10300/boot/compressed/misc.c | 34

[PATCH] video: fbdev: omap2: dss: dss.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function dss_get_hdmi_venc_clk_source() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/video/fbdev/omap2/dss/dss.c | 14 -- drivers/video/fbdev/omap2/dss/dss.h

[PATCH] tools: perf: util: annotate.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function hist_entry__annotate() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- tools/perf/util/annotate.c |5 - tools/perf/util/annotate.h |2 -- 2 files changed, 7

[PATCH] net: wireless: ipw2x00: ipw2100.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: write_nic_dword_auto_inc() write_nic_auto_inc_address() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/net/wireless/ipw2x00/ipw2100.c | 11 --- 1 file

[PATCH] arch: mips: pci: pci-ip27.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function pci_enable_swapping() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/mips/pci/pci-ip27.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/arch/mips

[PATCH] video: fbdev: omap2: dss: dispc.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/video/fbdev/omap2/dss/dispc.c | 124 - drivers/video/fbdev/omap2/dss/dss.h | 12 2 files changed, 136 deletions(-) diff --git a/drivers/video/fbdev/omap2/dss/dispc.c b

[PATCH] crypto: amcc: crypto4xx_sa.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function get_dynamic_sa_offset_iv_field() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/crypto/amcc/crypto4xx_sa.c | 23 --- 1 file changed, 23

[PATCH] sound: drivers: portman2x4.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: portman_read_data() portman_read_command() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/drivers/portman2x4.c | 10 -- 1 file changed, 10 deletions

[PATCH] crypto: amcc: crypto4xx_sa.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function get_dynamic_sa_offset_iv_field() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/crypto/amcc/crypto4xx_sa.c | 23

[PATCH] sound: drivers: portman2x4.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: portman_read_data() portman_read_command() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- sound/drivers/portman2x4.c | 10

[PATCH] video: fbdev: omap2: dss: dispc.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/video/fbdev/omap2/dss/dispc.c | 124 - drivers/video/fbdev/omap2/dss/dss.h | 12 2 files changed, 136 deletions(-) diff --git a/drivers

[PATCH] tools: perf: util: annotate.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function hist_entry__annotate() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- tools/perf/util/annotate.c |5 - tools/perf/util

[PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: atari_kbd_leds() ikbd_exec() ikbd_mem_read() ikbd_mem_write() ikbd_clock_get() ikbd_clock_set() ikbd_pause() ikbd_resume() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] video: fbdev: omap2: dss: dss.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function dss_get_hdmi_venc_clk_source() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/video/fbdev/omap2/dss/dss.c | 14

[PATCH] arch: mn10300: boot: compressed: misc.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: close_output_buffer_if_we_run_high() setup_output_buffer_if_we_run_high() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch

[PATCH] net: wireless: ipw2x00: ipw2100.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: write_nic_dword_auto_inc() write_nic_auto_inc_address() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/wireless

[PATCH] arch: mips: pci: pci-ip27.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function pci_enable_swapping() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/mips/pci/pci-ip27.c | 11 --- 1 file changed, 11

[PATCH] arch: arm: mach-ux500: board-mop500-regulators.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function mop500_regulator_init() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mach-ux500/board-mop500-regulators.c | 41

[PATCH] arch: cris: arch-v32: mach-a3: arbiter.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function crisv32_arbiter_deallocate_bandwidth() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/cris/arch-v32/mach-a3/arbiter.c | 30

[PATCH] net: wireless: b43legacy: radio.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function b43legacy_radio_set_tx_iq() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/wireless/b43legacy/radio.c | 19

[PATCH] media: i2c: adv7604.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: vblanking() hblanking() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/i2c/adv7604.c | 10 -- drivers

[PATCH] misc: sgi-gru: gruhandles.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function tfh_restart() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/misc/sgi-gru/gruhandles.c |6 -- drivers/misc/sgi-gru

[PATCH] staging: gs_fpgaboot: io.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function bitswap() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/staging/gs_fpgaboot/io.c |9 - 1 file changed, 9

[PATCH] arch: arm: plat-omap: dma.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function get_gdma_dev() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/plat-omap/dma.c |8 1 file changed, 8 deletions

[PATCH] net: ethernet: micrel: ksz884x.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
() port_cfg_ins_tag() sw_flush_dyn_mac_table() port_cfg_tx() port_cfg_rx() port_chk_force_flow_ctrl() port_chk_back_pressure() port_cfg_force_flow_ctrl() port_chk_broad_storm() hw_ena_intr_bit() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: dbgi_rd_rsp3() dbgi_wr_addr3() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/ethernet/chelsio/cxgb3/mc5.c | 16

[PATCH] block: rbd.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function copy_token() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/block/rbd.c | 30 -- 1 file changed

[PATCH] gpu: drm: qxl: qxl_gem.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: qxl_gem_fini() qxl_gem_init() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/gpu/drm/qxl/qxl_drv.h |2 -- drivers/gpu

[PATCH] media: pci: mantis: mantis_core.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function write_eeprom_byte() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/pci/mantis/mantis_core.c | 23

[PATCH] arch: mips: lasat: sysctl.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function proc_dolasatint() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/mips/lasat/sysctl.c | 15 --- 1 file changed, 15

[PATCH] gpu: drm: gma500: mmu.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function psb_get_default_pd_addr() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/gpu/drm/gma500/mmu.c |9 - 1 file changed

[PATCH] net: fddi: skfp: smt.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function smt_ifconfig() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/fddi/skfp/smt.c | 12 1 file changed, 12

[PATCH] arch: m68k: mvme147: config.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function mvme147_init_console_port() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/m68k/mvme147/config.c |5 - 1 file changed, 5

[PATCH] arch: arm: nwfpe: softfloat.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/nwfpe/softfloat.c | 320 arch/arm/nwfpe/softfloat.h | 11 -- 2 files changed, 331 deletions

[PATCH] arch: arm: mach-omap2: voltage.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: voltdm_for_each_pwrdm() omap_change_voltscale_method() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mach-omap2

[PATCH] staging: vt6655: mib.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: STAvClearAllCounter() STAvClear802_11Counter() STAvUpdateTDStatCounterEx() STAvUpdateRDStatCounterEx() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv

[PATCH] acpi: acpica: utmisc.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function acpi_ut_is_aml_table() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/acpi/acpica/acutils.h |2 -- drivers/acpi/acpica

[PATCH] power: ab8500_fg.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function ab8500_fg_reinit() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/power/ab8500_fg.c| 14 -- include

[PATCH] gpu: drm: qxl: qxl_cmd.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: qxl_io_flush_surfaces() qxl_io_flush_release() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/gpu/drm/qxl/qxl_cmd.c | 10

[PATCH] arch: m68k: mac: misc.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: mac_pram_write() mac_pram_read() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/m68k/mac/misc.c | 46

[PATCH] scsi: cxgbi: libcxgbi.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: csk_print_ip() csk_print_port() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/scsi/cxgbi/libcxgbi.c | 28

[PATCH] media: pci: saa7134: saa7134-video.c: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function saa7134_queue() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/pci/saa7134/saa7134-video.c |5 - 1 file changed

[PATCH] arch: mips: kernel: traps: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: do_bp() do_ftlb() do_dsp() do_mcheck() do_mdmx() do_msa() do_msa_fpe() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/mips

[PATCH] tools: perf: util: session: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function perf_session__peek_event() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- tools/perf/util/session.c | 55

[PATCH] gpu: drm: qxl: qxl_fb: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: qxl_fbdev_qobj_is_fb() qxl_get_handle_for_primary_fb() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/gpu/drm/qxl

[PATCH] arch: mips: fw: arc: misc.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: ArcGetSystemId() ArcSaveConfiguration() ArcRestart() ArcPowerDown() ArcHalt() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch

[PATCH] md: dm-thin-metadata: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function dm_pool_get_data_block_size() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/md/dm-thin-metadata.c |9 - drivers

[PATCH] arch: avr32: mach-at32ap: at32ap700x: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function set_ebi_sfr_bits() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/avr32/mach-at32ap/at32ap700x.c | 11 --- 1 file

[PATCH] mailbox: pl320-ipc: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: clear_destination() set_destination() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/mailbox/pl320-ipc.c | 12

[PATCH] mfd: db8500-prcmu: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function prcmu_get_boot_status() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/mfd/db8500-prcmu.c |9 - 1 file changed, 9

[PATCH] media: platform: vsp1: vsp1_hsit: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function vsp1_hsit_read() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/media/platform/vsp1/vsp1_hsit.c |5 - 1 file changed

[PATCH] arch: blackfin: kernel: kgdb: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function kgdb_post_primary_code() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/blackfin/kernel/kgdb.c | 13 - 1 file

[PATCH] arch: arm: mm: ioremap: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function pci_ioremap_set_mem_type() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/include/asm/io.h |6 -- arch/arm/mm

[PATCH] arch: arm: mach-rpc: ecard: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: ecard_disablefiq() ecard_enablefiq() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mach-rpc/ecard.c | 29

[PATCH] arch: arm: mm: cache-feroceon-l2: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: l2_inv_pa() l2_clean_pa() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mm/cache-feroceon-l2.c | 10 -- 1 file

[PATCH] video: fbdev: exynos: exynos_mipi_dsi_common: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: exynos_mipi_dsi_fifo_clear() exynos_mipi_dsi_set_data_transfer_mode() exynos_mipi_dsi_enable_frame_done_int() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv

[PATCH] usb: phy: phy-fsl-usb: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: fsl_otg_tick_timer() view_ulpi() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/usb/phy/phy-fsl-usb.c | 35

[PATCH] acpi: acpica: utuuid: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function acpi_ut_convert_string_to_uuid() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/acpi/acpica/acutils.h |5 - drivers

[PATCH] arch: mips: ath79: gpio: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: ath79_gpio_function_disable() ath79_gpio_function_enable() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/mips/ath79/common.h

[PATCH] arch: mips: mm: page: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function sb1_dma_init() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/mips/mm/page.c | 15 --- 1 file changed, 15 deletions

[PATCH] isdn: hisax: hfc4s8s_l1: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: Read_hfc32() Write_hfc32() Write_hfc16() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/isdn/hisax/hfc4s8s_l1.c | 21

[PATCH] arch: mips: net: bpf_jit: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function emit_daddiu() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/mips/net/bpf_jit.c | 10 -- 1 file changed, 10 deletions

[PATCH] acpi: acpica: utstring.c: Remove some unused functions

2014-12-31 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: acpi_ut_strlwr() acpi_ut_safe_strncat() acpi_ut_safe_strcat() acpi_ut_safe_strcpy() ut_convert_backslashes() acpi_ut_stricmp() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] net: ethernet: intel: i40e: i40e_fcoe.c: Remove unused function

2014-12-31 Thread Rickard Strandqvist
Remove the function i40e_rx_is_fip() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/net/ethernet/intel/i40e/i40e_fcoe.c |9 - 1 file changed, 9 deletions(-) diff --git

[PATCH v2] sound: pci: asihpi: hpifunc.c: Remove some unused functions

2014-12-31 Thread Rickard Strandqvist
code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/pci/asihpi/hpi.h | 304 --- sound/pci/asihpi/hpi_internal.h |7 - sound/pci/asihpi/hpifunc.c | 1693 --- 3 files changed, 136 insertions(+), 1868 deletions

[PATCH] net: ethernet: intel: i40e: i40e_fcoe.c: Remove unused function

2014-12-31 Thread Rickard Strandqvist
Remove the function i40e_rx_is_fip() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/net/ethernet/intel/i40e/i40e_fcoe.c |9 - 1 file

[PATCH] acpi: acpica: utstring.c: Remove some unused functions

2014-12-31 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: acpi_ut_strlwr() acpi_ut_safe_strncat() acpi_ut_safe_strcat() acpi_ut_safe_strcpy() ut_convert_backslashes() acpi_ut_stricmp() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH v2] sound: pci: asihpi: hpifunc.c: Remove some unused functions

2014-12-31 Thread Rickard Strandqvist
code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- sound/pci/asihpi/hpi.h | 304 --- sound/pci/asihpi/hpi_internal.h |7 - sound/pci/asihpi/hpifunc.c | 1693 --- 3 files

[PATCH v2] staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.

2014-12-29 Thread Rickard Strandqvist
Avoid allocate memory if we will exit the function. Was found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH v2] staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.

2014-12-29 Thread Rickard Strandqvist
Avoid allocate memory if we will exit the function. Was found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c |8 1 file changed, 4 insertions(+), 4

[PATCH] staging: unisys: uislib: uisutils.c: Fix a missing va_end

2014-12-27 Thread Rickard Strandqvist
A missing va_end in connection with vsnprintf Was found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/staging/unisys/uislib/uisutils.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/unisys/uislib/uisutils.c b

[PATCH] staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.

2014-12-27 Thread Rickard Strandqvist
Avoid allocate memory if we will exit the function. Was found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH] staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.

2014-12-27 Thread Rickard Strandqvist
Avoid allocate memory if we will exit the function. Was found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c |8 1 file changed, 4 insertions(+), 4

[PATCH] staging: unisys: uislib: uisutils.c: Fix a missing va_end

2014-12-27 Thread Rickard Strandqvist
A missing va_end in connection with vsnprintf Was found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/staging/unisys/uislib/uisutils.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers

[tip:x86/platform] x86/platform: Remove unused function from apb_timer.c

2014-12-23 Thread tip-bot for Rickard Strandqvist
Commit-ID: 2b261f9f7bd9333e62140ca7e02a2f4ffec5e44f Gitweb: http://git.kernel.org/tip/2b261f9f7bd9333e62140ca7e02a2f4ffec5e44f Author: Rickard Strandqvist AuthorDate: Sun, 21 Dec 2014 13:58:18 +0100 Committer: Ingo Molnar CommitDate: Tue, 23 Dec 2014 10:43:35 +0100 x86/platform

[tip:x86/platform] x86/platform: Remove unused function from apb_timer.c

2014-12-23 Thread tip-bot for Rickard Strandqvist
Commit-ID: 2b261f9f7bd9333e62140ca7e02a2f4ffec5e44f Gitweb: http://git.kernel.org/tip/2b261f9f7bd9333e62140ca7e02a2f4ffec5e44f Author: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se AuthorDate: Sun, 21 Dec 2014 13:58:18 +0100 Committer: Ingo Molnar mi...@kernel.org CommitDate

<    1   2   3   4   5   6   7   8   9   10   >