From c07ac29cf88acff2a8a8420d55b31a5a14dd8f99 Mon Sep 17 00:00:00 2001 From: Mark Allyn Date: Fri, 10 Dec 2010 07:37:48 -0800 Subject: [PATCH] --- yaml --- r: 228363 b: refs/heads/master c: bc657f6e9130108651915fe37624e47638c46e0f h: refs/heads/master i: 228361: 3769fe7146684e9ec1b4694c27d7aeb97855a44e 228359: a05ca360cf04d7a01eb2a5cde61c90bde48e1bff v: v3 --- [refs] | 2 +- trunk/drivers/staging/sep/sep_driver.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4beb7ccabcb8..c43c7a89edce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e91eb2ff1f713837caebbb86a06974cd4b3e8e46 +refs/heads/master: bc657f6e9130108651915fe37624e47638c46e0f diff --git a/trunk/drivers/staging/sep/sep_driver.c b/trunk/drivers/staging/sep/sep_driver.c index 2681fcf0c34d..ac5d56943d4b 100644 --- a/trunk/drivers/staging/sep/sep_driver.c +++ b/trunk/drivers/staging/sep/sep_driver.c @@ -2545,10 +2545,8 @@ static int sep_free_dma_tables_and_dcb(struct sep_device *sep, bool isapplet, /** * sep_get_static_pool_addr_handler - get static pool address * @sep: pointer to struct sep_device - * @arg: parameters from user space application * * This function sets the bus and virtual addresses of the static pool - * and returns the virtual address */ static int sep_get_static_pool_addr_handler(struct sep_device *sep) { @@ -3036,7 +3034,7 @@ static long sep_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) error = -EPERM; /* Not permitted on new chip */ break; case SEP_IOCGETSTATICPOOLADDR: - /* Get the physical and virtual addresses of the static pool */ + /* Inform the SEP the bus address of the static pool */ error = sep_get_static_pool_addr_handler(sep); break; case SEP_IOCENDTRANSACTION: