* [PATCH 1/2] Staging: sep: should depend on PCI
@ 2009-08-18 9:48 Alexander Beregalov
2009-08-18 9:48 ` [PATCH 2/2] Staging: sep: fix warnings Alexander Beregalov
2009-08-18 17:34 ` [PATCH 1/2] Staging: sep: should depend on PCI Greg KH
0 siblings, 2 replies; 4+ messages in thread
From: Alexander Beregalov @ 2009-08-18 9:48 UTC (permalink / raw)
To: gregkh, linux-kernel; +Cc: Alexander Beregalov
Fix this build error when CONFIG_PCI is not set
drivers/staging/sep/sep_driver.c:2548: error: implicit declaration of function 'pci_dev_get'
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
drivers/staging/sep/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig
index 6ef59f8..2045809 100644
--- a/drivers/staging/sep/Kconfig
+++ b/drivers/staging/sep/Kconfig
@@ -2,6 +2,7 @@ config DX_SEP
tristate "Discretix SEP driver"
# depends on MRST
depends on RAR_REGISTER
+ depends on PCI
default y
help
Discretix SEP driver
--
1.6.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] Staging: sep: fix warnings
2009-08-18 9:48 [PATCH 1/2] Staging: sep: should depend on PCI Alexander Beregalov
@ 2009-08-18 9:48 ` Alexander Beregalov
2009-08-18 17:35 ` Greg KH
2009-08-18 17:34 ` [PATCH 1/2] Staging: sep: should depend on PCI Greg KH
1 sibling, 1 reply; 4+ messages in thread
From: Alexander Beregalov @ 2009-08-18 9:48 UTC (permalink / raw)
To: gregkh, linux-kernel; +Cc: Alexander Beregalov
Fix this warnings
drivers/staging/sep/sep_driver.c:290: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
drivers/staging/sep/sep_driver.c:382: warning: unused variable 'sep'
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
---
drivers/staging/sep/sep_driver.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 531814b..e131c9d 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -287,7 +287,7 @@ static int sep_map_and_alloc_shared_area(struct sep_device *sep,
sep->shared_area = sep->shared_addr;
/* set the physical address of the shared area */
sep->shared_area_bus = sep->shared_bus;
- edbg("sep: shared_area %d bytes @%p (bus %08llx)\n",
+ edbg("sep: shared_area %lu bytes @%p (bus %08llx)\n",
size, sep->shared_addr, (unsigned long long)sep->shared_bus);
return 0;
}
@@ -379,7 +379,7 @@ end_function:
-------------------------------------------------------------*/
static int sep_release(struct inode *inode_ptr, struct file *filp)
{
- struct sep_driver *sep = filp->private_data;
+/* struct sep_driver *sep = filp->private_data; */
dbg("----------->SEP Driver: sep_release start\n");
#if 0 /*!SEP_DRIVER_POLLING_MODE */
--
1.6.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH 2/2] Staging: sep: fix warnings
2009-08-18 9:48 ` [PATCH 2/2] Staging: sep: fix warnings Alexander Beregalov
@ 2009-08-18 17:35 ` Greg KH
0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2009-08-18 17:35 UTC (permalink / raw)
To: Alexander Beregalov; +Cc: gregkh, linux-kernel
On Tue, Aug 18, 2009 at 01:48:52PM +0400, Alexander Beregalov wrote:
> Fix this warnings
> drivers/staging/sep/sep_driver.c:290: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
> drivers/staging/sep/sep_driver.c:382: warning: unused variable 'sep'
>
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
This doesn't apply due to all of the patches from Alan that went into
linux-next yeserday for this driver. Care to respin this tomorrow if
it's still an issue?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] Staging: sep: should depend on PCI
2009-08-18 9:48 [PATCH 1/2] Staging: sep: should depend on PCI Alexander Beregalov
2009-08-18 9:48 ` [PATCH 2/2] Staging: sep: fix warnings Alexander Beregalov
@ 2009-08-18 17:34 ` Greg KH
1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2009-08-18 17:34 UTC (permalink / raw)
To: Alexander Beregalov; +Cc: gregkh, linux-kernel
On Tue, Aug 18, 2009 at 01:48:51PM +0400, Alexander Beregalov wrote:
> Fix this build error when CONFIG_PCI is not set
> drivers/staging/sep/sep_driver.c:2548: error: implicit declaration of function 'pci_dev_get'
This is now in linux-next as it came from someone else.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-08-18 17:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-18 9:48 [PATCH 1/2] Staging: sep: should depend on PCI Alexander Beregalov
2009-08-18 9:48 ` [PATCH 2/2] Staging: sep: fix warnings Alexander Beregalov
2009-08-18 17:35 ` Greg KH
2009-08-18 17:34 ` [PATCH 1/2] Staging: sep: should depend on PCI Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.