mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 07:44:21 +08:00
sonypi: suggest sonypi users to try sony-laptop instead
Try to migrate sonypi users to sony-laptop gracefully. Signed-off-by: Mattia Dongili <malattia@linux.it> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
9476cdfae6
commit
74a882e485
@ -1,6 +1,8 @@
|
||||
/*
|
||||
* Sony Programmable I/O Control Device driver for VAIO
|
||||
*
|
||||
* Copyright (C) 2007 Mattia Dongili <malattia@linux.it>
|
||||
*
|
||||
* Copyright (C) 2001-2005 Stelian Pop <stelian@popies.net>
|
||||
*
|
||||
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
|
||||
@ -1321,6 +1323,10 @@ static int __devinit sonypi_probe(struct platform_device *dev)
|
||||
struct pci_dev *pcidev;
|
||||
int error;
|
||||
|
||||
printk(KERN_WARNING "sonypi: please try the sony-laptop module instead "
|
||||
"and report failures, see also "
|
||||
"http://www.linux.it/~malattia/wiki/index.php/Sony_drivers\n");
|
||||
|
||||
spin_lock_init(&sonypi_device.fifo_lock);
|
||||
sonypi_device.fifo = kfifo_alloc(SONYPI_BUF_SIZE, GFP_KERNEL,
|
||||
&sonypi_device.fifo_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user