• Axel K's avatar
    Staging: rt3090: remove possible conflict with rt2860 · 7dbefe3d
    Axel K authored
    Both drivers (rt2860 and rt3090) register themselves as "rt2860" on
    loading the module.
    
    In the very rare case of somebody having two cards in his machine, one
    using rt3090 and the other one using the rt2860 driver, loading both
    modules would be impossible, the second one will not be loaded as the
    kernel will tell you that the driver is already registered.
    
    This was also present with rt2870/rt3070 (with both driver registering
    as "rt2870"), but the code has been merged to one driver recently.
    
    The follwoing patch fixes this potential problem until merging of
    rt2860/rt3090 code to a single driver.
    Signed-off-by: default avatarAxel Koellhofer <rain_maker@root-forum.org>
    Acked-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    7dbefe3d
pci_main_dev.c 35.7 KB