[PATCH 1/1] sep: fix comments in sep_get_static_pool_addr_handler

Previous thread: [stable] Patch "drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer." has been added to 2.6.32+drm33-stable by Stefan Bader on Friday, December 10, 2010 - 7:34 am. (1 message)

Next thread: MFD cell structure and sharing of resources by Daniel Drake on Friday, December 10, 2010 - 8:37 am. (8 messages)
From: Mark Allyn
Date: Friday, December 10, 2010 - 8:37 am

Original comments were inaccurate

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
---
 drivers/staging/sep/sep_driver.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c
index 2681fcf..ac5d569 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/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:
-- 
1.6.3.3

--

Previous thread: [stable] Patch "drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer." has been added to 2.6.32+drm33-stable by Stefan Bader on Friday, December 10, 2010 - 7:34 am. (1 message)

Next thread: MFD cell structure and sharing of resources by Daniel Drake on Friday, December 10, 2010 - 8:37 am. (8 messages)