Re: [PATCH] selinux: ss: mls: Remove unused function

2015-01-13 Thread Rickard Strandqvist
2015-01-12 21:29 GMT+01:00 Paul Moore p...@paul-moore.com: On Sunday, January 11, 2015 11:44:30 PM Rickard Strandqvist wrote: Remove the function mls_import_netlbl_cat() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off

Re: [PATCH] gpu: drm: nouveau: nvif: device: Remove unused function

2015-01-13 Thread Rickard Strandqvist
2015-01-12 0:13 GMT+01:00 Ben Skeggs skeg...@gmail.com: On Sun, Jan 11, 2015 at 11:53 PM, Rickard Strandqvist rickard_strandqv...@spectrumdigital.se wrote: Hey Rickard, Remove the function nvif_device_new() that is not used anywhere. It's used, just not by the kernel. All the code under

Re: [Xen-devel] [PATCH] x86: xen: mmu: Remove unused function

2015-01-13 Thread Rickard Strandqvist
2015-01-12 9:23 GMT+01:00 Jürgen Groß jgr...@suse.com: On 01/11/2015 11:35 PM, Rickard Strandqvist wrote: Remove the function set_pte_mfn() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Sorry, you seem not to have checked

[PATCH] nfsd: nfs4state: Remove unused function

2015-01-13 Thread Rickard Strandqvist
Remove the function renew_client() 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 --- fs/nfsd/nfs4state.c | 10 -- 1 file changed, 10 deletions

[PATCH] [media] usb: as102: as10x_cmd_cfg: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function as10x_cmd_eLNA_change_mode() 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/usb/as102/as10x_cmd.h |1 - drivers/media/usb/as102/as10x_cmd_cfg.c | 49

[PATCH] ntfs: attrib: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ntfs_attr_can_be_resident() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- fs/ntfs/attrib.c | 25 - fs/ntfs/attrib.h |2 -- 2 files changed

[PATCH] x86: platform: uv: tlb_uv: Remove unused function

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

[PATCH] selinux: ss: mls: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function mls_import_netlbl_cat() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- security/selinux/ss/mls.c | 38 -- security/selinux/ss/mls.h

[PATCH] drm/nouveau/dispnv04/disp: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: nv04_display_late_takedown() nv04_display_early_init() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/nouveau/dispnv04/disp.c | 18

[PATCH] x86: xen: mmu: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function set_pte_mfn() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/x86/xen/mmu.c |9 - arch/x86/xen/mmu.h |2 -- 2 files changed, 11 deletions(-) diff --git

[PATCH] IB: cxgb3: iwch_cm: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: iwch_resume_tid() iwch_quiesce_tid() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/infiniband/hw/cxgb3/iwch_cm.c | 42

[PATCH] drm/nouveau/nouveau_bo: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nouveau_bo_rd16() 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/nouveau/nouveau_bo.c | 12 drivers/gpu/drm/nouveau/nouveau_bo.h |1 - 2

[PATCH] kernel: power: snapshot: Remove unused function

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

[PATCH] uwb: lc-dev: Remove unused function

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

[PATCH] drm/radeon/kv_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function kv_dpm_reset_asic() 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/radeon/kv_dpm.c | 21 - 1 file changed, 21 deletions(-) diff --git

[PATCH] logfs: readwrite: Remove unused function

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

Re: [PATCH] drm: nouveau: core: engine: perfmon: base: Remove unused function

2015-01-11 Thread Rickard Strandqvist
gt; > > On 01/11/2015 07:12 PM, Rickard Strandqvist wrote: >> >> Remove the function nouveau_perfsig_wrap() that is not used anywhere. >> >> This was partially found by using a static code analysis program called >> cppcheck. >> >> Signed-off-by: Rickard

[PATCH] nfs: objlayout: objio_osd: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function objio_alloc_deviceid_node() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- fs/nfs/objlayout/objio_osd.c | 75 -- 1 file changed

[PATCH] drm: nouveau: core: engine: perfmon: base: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nouveau_perfsig_wrap() 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/nouveau/core/engine/perfmon/base.c | 20 drivers/gpu/drm

[PATCH] x86: kvm: vmx: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: cpu_has_vmx_eptp_writeback() cpu_has_vmx_eptp_uncacheable() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/x86/kvm/vmx.c | 10 -- 1 file changed, 10

[PATCH] edac: i5100_edac: Remove unused function

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

[PATCH] drm: gma500: psb_irq: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function mid_pipe_vsync() 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/psb_irq.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers

[PATCH] drm: radeon: si_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function si_dpm_reset_asic() 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/radeon/si_dpm.c |7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/gpu

[PATCH] jffs2: compr_rubin: Remove unused function

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

[PATCH] drm: radeon: cypress_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function cypress_dpm_reset_asic() 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/radeon/cypress_dpm.c |6 -- 1 file changed, 6 deletions(-) diff --git

[PATCH] drm: radeon: trinity_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function trinity_dpm_reset_asic() 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/radeon/trinity_dpm.c | 16 1 file changed, 16 deletions(-) diff

[PATCH] ALSA: lx6464es: lx_core: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: lx_buffer_cancel() lx_buffer_free() lx_stream_sample_position() lx_stream_state() lx_pipe_sample_count() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/pci

[PATCH] [media] usb: pvrusb2: pvrusb2-hdw: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function pvr2_hdw_cmd_powerdown() 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/usb/pvrusb2/pvrusb2-hdw.c |5 - drivers/media/usb/pvrusb2/pvrusb2-hdw.h |3

[PATCH] ALSA: ice1712: wm8766: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: snd_wm8766_set_power() snd_wm8766_set_master_mode() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/pci/ice1712/wm8766.c | 16 sound/pci/ice1712

[PATCH] drm: radeon: ni_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ni_dpm_reset_asic() 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/radeon/ni_dpm.c |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/gpu

[PATCH] drm: radeon: ci_dpm: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: ci_dpm_reset_asic() ci_dpm_power_control_set_level() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/ci_dpm.c | 10 -- 1 file changed

[PATCH] ocfs2: dlm: dlmdomain: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function dlm_joined() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- fs/ocfs2/dlm/dlmdomain.c | 14 -- fs/ocfs2/dlm/dlmdomain.h |1 - 2 files changed, 15 deletions

[PATCH] ata: libata-core: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ata_do_simple_cmd() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/ata/libata-core.c | 27 --- drivers/ata/libata.h |1 - 2 files

[PATCH] ALSA: lola: lola_mixer: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: lola_restore_mixer() lola_save_mixer() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/pci/lola/lola.h |2 -- sound/pci/lola/lola_mixer.c | 43

[PATCH] net: sched: sch_teql: Remove unused function

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

[PATCH] IB: qib: qib_iba7322: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function qib_read_ureg() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/infiniband/hw/qib/qib_iba7322.c | 22 -- 1 file changed, 22 deletions(-) diff

[PATCH] drm: nouveau: nouveau_gem: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function domain_to_ttm() 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/nouveau/nouveau_gem.c | 13 - 1 file changed, 13 deletions(-) diff --git

[PATCH] drm: radeon: btc_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function btc_dpm_reset_asic() 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/radeon/btc_dpm.c |8 1 file changed, 8 deletions(-) diff --git a/drivers

[PATCH] gpu: drm: nouveau: nvif: device: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nvif_device_new() 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/nouveau/nvif/device.c | 18 -- drivers/gpu/drm/nouveau/nvif/device.h

[PATCH] gpu: drm: radeon: radeon_object: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function radeon_bo_fbdev_mmap() 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/radeon/radeon_object.c |6 -- drivers/gpu/drm/radeon/radeon_object.h |2

[PATCH] ocfs2: quota_local: Remove unused function

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

[PATCH] infiniband: core: cm: Remove unused function

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

[PATCH] net: xfrm: xfrm_algo: Remove unused function

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

[PATCH] ocfs2: xattr: Remove unused function

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

Re: [PATCH 1/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
2015-01-10 18:11 GMT+01:00 Larry Finger : > On 01/10/2015 10:24 AM, Rickard Strandqvist wrote: >> >> Removes some functions that are not used anywhere: >> ex_halbtc8821a1ant_periodical() ex_halbtc8821a1ant_pnp_notify() >> ex_halbtc8821a1ant_halt_notify() ex_hal

[PATCH] IB: qib: qib_iba7322: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function qib_read_ureg() 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/infiniband/hw/qib/qib_iba7322.c | 22

[PATCH] ALSA: lola: lola_mixer: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: lola_restore_mixer() lola_save_mixer() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- sound/pci/lola/lola.h |2 -- sound

[PATCH] net: xfrm: xfrm_algo: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function aead_entries() 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 --- net/xfrm/xfrm_algo.c |5 - 1 file changed, 5 deletions(-) diff

[PATCH] ocfs2: quota_local: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ol_dqblk_file_block() 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 --- fs/ocfs2/quota_local.c |6 -- 1 file changed, 6 deletions

Re: [PATCH 1/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
2015-01-10 18:11 GMT+01:00 Larry Finger larry.fin...@lwfinger.net: On 01/10/2015 10:24 AM, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: ex_halbtc8821a1ant_periodical() ex_halbtc8821a1ant_pnp_notify() ex_halbtc8821a1ant_halt_notify

[PATCH] ocfs2: xattr: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ocfs2_xattr_bucket_get_val() 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 --- fs/ocfs2/xattr.c | 10 -- 1 file changed, 10

[PATCH] infiniband: core: cm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function cm_is_active_peer() 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/infiniband/core/cm.c |8 1 file changed, 8

[PATCH] drm: radeon: btc_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function btc_dpm_reset_asic() 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/radeon/btc_dpm.c |8 1 file changed

[PATCH] ata: libata-core: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ata_do_simple_cmd() 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/ata/libata-core.c | 27

[PATCH] gpu: drm: radeon: radeon_object: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function radeon_bo_fbdev_mmap() 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/radeon/radeon_object.c |6 -- drivers

[PATCH] gpu: drm: nouveau: nvif: device: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nvif_device_new() 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/nouveau/nvif/device.c | 18

[PATCH] drm: nouveau: nouveau_gem: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function domain_to_ttm() 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/nouveau/nouveau_gem.c | 13 - 1 file

[PATCH] net: sched: sch_teql: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function teql_neigh_release() 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 --- net/sched/sch_teql.c |7 --- 1 file changed, 7 deletions

[PATCH] drm: radeon: ci_dpm: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: ci_dpm_reset_asic() ci_dpm_power_control_set_level() 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/radeon

[PATCH] ALSA: lx6464es: lx_core: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: lx_buffer_cancel() lx_buffer_free() lx_stream_sample_position() lx_stream_state() lx_pipe_sample_count() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv

[PATCH] drm: radeon: si_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function si_dpm_reset_asic() 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/radeon/si_dpm.c |7 --- 1 file changed, 7

[PATCH] ocfs2: dlm: dlmdomain: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function dlm_joined() 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 --- fs/ocfs2/dlm/dlmdomain.c | 14 -- fs/ocfs2/dlm/dlmdomain.h

[PATCH] drm: radeon: ni_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ni_dpm_reset_asic() 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/radeon/ni_dpm.c |6 -- 1 file changed, 6

[PATCH] [media] usb: pvrusb2: pvrusb2-hdw: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function pvr2_hdw_cmd_powerdown() 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/usb/pvrusb2/pvrusb2-hdw.c |5 - drivers

[PATCH] jffs2: compr_rubin: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function pulledbits() 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 --- fs/jffs2/compr_rubin.c |5 - 1 file changed, 5 deletions(-) diff

[PATCH] drm: gma500: psb_irq: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function mid_pipe_vsync() 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/psb_irq.c | 12 1 file changed

[PATCH] ALSA: ice1712: wm8766: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: snd_wm8766_set_power() snd_wm8766_set_master_mode() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- sound/pci/ice1712/wm8766.c

[PATCH] drm: radeon: trinity_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function trinity_dpm_reset_asic() 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/radeon/trinity_dpm.c | 16

[PATCH] drm: radeon: cypress_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function cypress_dpm_reset_asic() 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/radeon/cypress_dpm.c |6 -- 1 file

[PATCH] edac: i5100_edac: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function i5100_recmema_dm_buf_id() 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/edac/i5100_edac.c |5 - 1 file changed, 5

[PATCH] x86: kvm: vmx: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: cpu_has_vmx_eptp_writeback() cpu_has_vmx_eptp_uncacheable() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/x86/kvm/vmx.c

[PATCH] drm: nouveau: core: engine: perfmon: base: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nouveau_perfsig_wrap() 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/nouveau/core/engine/perfmon/base.c | 20

[PATCH] nfs: objlayout: objio_osd: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function objio_alloc_deviceid_node() 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 --- fs/nfs/objlayout/objio_osd.c | 75

[PATCH] selinux: ss: mls: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function mls_import_netlbl_cat() 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 --- security/selinux/ss/mls.c | 38

[PATCH] kernel: power: snapshot: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function get_safe_write_buffer() 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 --- kernel/power/snapshot.c |2 -- 1 file changed, 2 deletions

[PATCH] IB: cxgb3: iwch_cm: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: iwch_resume_tid() iwch_quiesce_tid() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/infiniband/hw/cxgb3/iwch_cm.c | 42

[PATCH] drm/nouveau/nouveau_bo: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function nouveau_bo_rd16() 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/nouveau/nouveau_bo.c | 12 drivers/gpu

[PATCH] logfs: readwrite: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function init_shadow_tree() 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 --- fs/logfs/readwrite.c |9 - 1 file changed, 9 deletions

[PATCH] [media] usb: as102: as10x_cmd_cfg: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function as10x_cmd_eLNA_change_mode() 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/usb/as102/as10x_cmd.h |1 - drivers

Re: [PATCH] drm: nouveau: core: engine: perfmon: base: Remove unused function

2015-01-11 Thread Rickard Strandqvist
:12 PM, Rickard Strandqvist wrote: Remove the function nouveau_perfsig_wrap() 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/nouveau

[PATCH] drm/nouveau/dispnv04/disp: Remove some unused functions

2015-01-11 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: nv04_display_late_takedown() nv04_display_early_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/nouveau

[PATCH] x86: xen: mmu: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function set_pte_mfn() 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/x86/xen/mmu.c |9 - arch/x86/xen/mmu.h |2 -- 2

[PATCH] uwb: lc-dev: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function uwb_dev_addr_bcast() 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/uwb/lc-dev.c |7 --- 1 file changed, 7 deletions

[PATCH] drm/radeon/kv_dpm: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function kv_dpm_reset_asic() 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/radeon/kv_dpm.c | 21 - 1

[PATCH] ntfs: attrib: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function ntfs_attr_can_be_resident() 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 --- fs/ntfs/attrib.c | 25 - fs/ntfs

[PATCH] x86: platform: uv: tlb_uv: Remove unused function

2015-01-11 Thread Rickard Strandqvist
Remove the function normal_busy() 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/x86/platform/uv/tlb_uv.c | 20 1 file changed

[PATCH] lockd: xdr: Remove unused function

2015-01-10 Thread Rickard Strandqvist
Remove the function nlm_encode_fh() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- fs/lockd/xdr.c |8 1 file changed, 8 deletions(-) diff --git a/fs/lockd/xdr.c b/fs/lockd/xdr.c

[PATCH] sound: firewire: fireworks: fireworks_command: Remove unused function

2015-01-10 Thread Rickard Strandqvist
Remove the function snd_efw_command_set_resp_addr() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- sound/firewire/fireworks/fireworks.h |2 -- sound/firewire/fireworks

[PATCH 3/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-10 Thread Rickard Strandqvist
() ex_halbtc8821a2ant_ips_notify() ex_halbtc8821a2ant_display_coex_info() ex_halbtc8821a2ant_init_coex_dm() ex_halbtc8821a2ant_init_hwconfig() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- .../wireless/rtlwifi/btcoexist

[PATCH 2/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-10 Thread Rickard Strandqvist
-by: Rickard Strandqvist --- .../wireless/rtlwifi/btcoexist/halbtc8723b1ant.c | 748 .../wireless/rtlwifi/btcoexist/halbtc8723b1ant.h | 15 - 2 files changed, 763 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c b/drivers/net/wireless

[PATCH 1/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-10 Thread Rickard Strandqvist
() ex_halbtc8821a1ant_lps_notify() ex_halbtc8821a1ant_ips_notify() ex_halbtc8821a1ant_display_coex_info() ex_halbtc8821a1ant_init_coex_dm() ex_halbtc8821a1ant_init_hwconfig() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH 3/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-10 Thread Rickard Strandqvist
() ex_halbtc8821a2ant_ips_notify() ex_halbtc8821a2ant_display_coex_info() ex_halbtc8821a2ant_init_coex_dm() ex_halbtc8821a2ant_init_hwconfig() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se

[PATCH 2/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-10 Thread Rickard Strandqvist
-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- .../wireless/rtlwifi/btcoexist/halbtc8723b1ant.c | 748 .../wireless/rtlwifi/btcoexist/halbtc8723b1ant.h | 15 - 2 files changed, 763 deletions(-) diff --git a/drivers/net/wireless/rtlwifi/btcoexist

[PATCH 1/3] rtlwifi: btcoexist: Remove some unused functions

2015-01-10 Thread Rickard Strandqvist
() ex_halbtc8821a1ant_lps_notify() ex_halbtc8821a1ant_ips_notify() ex_halbtc8821a1ant_display_coex_info() ex_halbtc8821a1ant_init_coex_dm() ex_halbtc8821a1ant_init_hwconfig() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] sound: firewire: fireworks: fireworks_command: Remove unused function

2015-01-10 Thread Rickard Strandqvist
Remove the function snd_efw_command_set_resp_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 --- sound/firewire/fireworks/fireworks.h |2

[PATCH] lockd: xdr: Remove unused function

2015-01-10 Thread Rickard Strandqvist
Remove the function nlm_encode_fh() 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 --- fs/lockd/xdr.c |8 1 file changed, 8 deletions(-) diff

Re: [PATCH] brcm80211: brcmsmac: dma: Remove some unused functions

2015-01-09 Thread Rickard Strandqvist
2015-01-07 9:58 GMT+01:00 Arend van Spriel : > On 01/07/15 07:29, Julia Lawall wrote: >> >> >> >> On Wed, 7 Jan 2015, Rickard Strandqvist wrote: >> >>> 2015-01-05 12:06 GMT+01:00 Arend van Spriel: >>>> >>>> On 01/05/15 11:49

Re: [PATCH] net: wireless: rtlwifi: btcoexist: halbtc8821a2ant: Remove some unused functions

2015-01-09 Thread Rickard Strandqvist
ake small patches, and it also fit better to have more specific paths in the subject line. But I'll try to gather all in one patchset instead this weekend. Kind regards Rickard Strandqvist 2015-01-06 19:14 GMT+01:00 Kalle Valo : > Rickard Strandqvist writes: > >> Removes

Re: [PATCH] brcm80211: brcmsmac: dma: Remove some unused functions

2015-01-09 Thread Rickard Strandqvist
2015-01-07 9:58 GMT+01:00 Arend van Spriel ar...@broadcom.com: On 01/07/15 07:29, Julia Lawall wrote: On Wed, 7 Jan 2015, Rickard Strandqvist wrote: 2015-01-05 12:06 GMT+01:00 Arend van Sprielar...@broadcom.com: On 01/05/15 11:49, Kalle Valo wrote: Rickard Strandqvistrickard_strandqv

Re: [PATCH] net: wireless: rtlwifi: btcoexist: halbtc8821a2ant: Remove some unused functions

2015-01-09 Thread Rickard Strandqvist
better to have more specific paths in the subject line. But I'll try to gather all in one patchset instead this weekend. Kind regards Rickard Strandqvist 2015-01-06 19:14 GMT+01:00 Kalle Valo kv...@codeaurora.org: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se writes: Removes some

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