[PATCH 1/9]HDQ driver: Remove global pointer

2008-09-24 Thread Madhusudhan Chikkature
From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch provides the necessary modifications to the driver to remove the global ptr hdq_data. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] --- drivers/w1/masters/omap_hdq.c | 137 ++ 1 files

Re: [PATCH 1/9]HDQ driver: Remove global pointer

2008-09-24 Thread Felipe Balbi
On Wed, Sep 24, 2008 at 04:49:40PM +0530, ext Madhusudhan Chikkature wrote: From: Madhusudhan Chikkature[EMAIL PROTECTED] This patch provides the necessary modifications to the driver to remove the global ptr hdq_data. Signed-off-by: Madhusudhan Chikkature[EMAIL PROTECTED] ---