Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging
Alan Cox 70ae04e6cc Staging: sep: kick out various fields we can prove are not needed
#1: sep->cache_addr is assigned to sep->rar_addr and never changed
    sep->rar_addr is never assigned after this point

#2: sep->cache_bus ditto for sep->rar_bus

#3  sep->rar_region_addr is assigned but necer used

#4  sep->io_addr is in fact private to the probe function and
    the same as the reg_addr

#5  The remainig sep->io fields are in fact function locals

#6  sep->message_shared_area is assigned once from sep->shared_area
    sep->shared_area does not then change

#7  sep->shared_addr and sep->shared_area_addr are the same thing, ditto
    for the bus addresses.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:15 -07:00
..
agnx mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
altpciechdma Staging: altpciechdma: fix build warnings 2009-06-19 11:00:55 -07:00
android Staging: android: lowmemorykiller: fix module param errors 2009-09-15 12:01:26 -07:00
asus_oled Staging: asus_oled: fix build warnings 2009-06-19 11:00:55 -07:00
at76_usb Staging: at76_usb: replace mac2str() with %pM 2009-09-15 12:01:37 -07:00
b3dfg Staging: b3dfg: Drop NULL test on list_entry result 2009-09-15 12:01:40 -07:00
comedi Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
cpc-usb Staging: cpc-usb: add one todo entry 2009-09-15 12:02:05 -07:00
dream Staging: dream: Synaptics touchscreen: check that smbus is available 2009-09-15 12:02:05 -07:00
dst Staging: dst: correct error-handling code 2009-09-15 12:02:06 -07:00
echo Staging: oslec bug fix 2009-06-19 11:00:54 -07:00
et131x Staging: fix typos "man[ae]g?ment" -> "management" 2009-09-15 12:02:05 -07:00
frontier
go7007 Fix staging drivers after smp_lock.h redux 2009-07-13 09:09:08 -07:00
heci staging: add dependencies on PCI for drivers that require it 2009-08-07 16:12:03 -07:00
hv Staging: hv: update the TODO file 2009-09-15 12:02:04 -07:00
line6 Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
me4000
meilhaus Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
mimio
octeon netdev: drivers should make ethtool_ops const 2009-09-02 01:03:33 -07:00
otus Staging: otus: includecheck fix: drivers/staging/otus/usbdrv.h 2009-09-15 12:02:06 -07:00
p9auth staging: p9auth: prevent some oopses and memory leaks 2009-06-19 11:00:54 -07:00
panel
phison
poch
pohmelfs pohmelfs: Use new syncing helper 2009-09-14 17:08:17 +02:00
quatech_usb2 Staging: quatech_usb2: Improvements to set_termios method 2009-09-15 12:01:36 -07:00
rar Staging: rar/sep: Don't use random VENDOR_ID macros but the proper names 2009-09-15 12:02:12 -07:00
rspiusb Staging: rspiusb: Fix buffer overflow 2009-08-07 16:12:03 -07:00
rt2860 Staging: rt2860: remove dependency on WIRELESS_EXT version 2009-09-15 12:02:06 -07:00
rt2870 Staging: rt*: don't confuse user of rt3070 driver with rt2870 strings 2009-09-15 12:01:40 -07:00
rt3070
rt3090 Staging: Correct use of ! and & 2009-09-15 12:02:06 -07:00
rtl8187se Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
rtl8192su Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
sep Staging: sep: kick out various fields we can prove are not needed 2009-09-15 12:02:15 -07:00
serqt_usb2 Staging: serqt_usb2: fix qt_open parameters 2009-09-15 12:02:06 -07:00
slicoss Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
stlc45xx Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-08-12 17:44:53 -07:00
sxg Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
udlfb Staging: udlfb: fix printk format warning 2009-09-15 12:02:06 -07:00
usbip Staging: usb-ip: vhci_hdc:Fix the returned error value 2009-09-15 12:02:05 -07:00
vme Staging: vme: change to VME_BUS 2009-09-15 12:02:11 -07:00
vt6655 Staging: vt6655: fix possible Read buffer overflow 2009-09-15 12:02:09 -07:00
vt6656 Staging: vt665x: remove tbit.h 2009-09-15 12:02:08 -07:00
winbond mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
wlan-ng Staging: wlan-ng: remove dependency on WIRELESS_EXT version 2009-09-15 12:01:37 -07:00
Kconfig Staging: sep: Move the RAR support into staging where it is supposed to be 2009-09-15 12:02:11 -07:00
Makefile Staging: sep: Move the RAR support into staging where it is supposed to be 2009-09-15 12:02:11 -07:00
staging.c