Re: [PATCH v2] staging/msm: clearup read syscalls in kernel space

2011-03-22 Thread Xiaochen Wang
On Tue, Mar 22, 2011 at 09:15:09PM -0700, Greg KH wrote: > Did you test this change? And it worked? I'm sorry for not testing this:( I can only compile the changed codes in 2.6.35. The whole msm cannot be compiled in 2.6.38-rc8, in which case I only compiled the logo.c and msm_fb.c. There are so

Digital Photo Editing Services - Photo Cutout

2011-03-22 Thread Jason
Digital Photo Editing Services : We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, photoshop photo Editing, satellite photo Editing, color photo Editing and vector photo Editing us

Re: [PATCH v2] staging/msm: clearup read syscalls in kernel space

2011-03-22 Thread Greg KH
On Wed, Mar 23, 2011 at 12:06:54PM +0800, Xiaochen Wang wrote: > Description: > 1. use request_firmware() instead of system calls > 2. remove direct access to registered_fb[] in load_56rle_image() > 3. check load_565rle_image() return value in msm_fb.c > 4. move load_565rle_image() extern to ms

[PATCH v2] staging/msm: clearup read syscalls in kernel space

2011-03-22 Thread Xiaochen Wang
Description: 1. use request_firmware() instead of system calls 2. remove direct access to registered_fb[] in load_56rle_image() 3. check load_565rle_image() return value in msm_fb.c 4. move load_565rle_image() extern to msm_fb.h change INIT_IMAGE_FILE and add one-line comment Signed-off-

Re: [PATCH] staging/msm: clearup read syscalls in kernel space

2011-03-22 Thread Xiaochen Wang
On Tue, Mar 22, 2011 at 09:45:45AM -0700, Greg KH wrote: > On Tue, Mar 22, 2011 at 10:46:05AM +0100, Jiri Slaby wrote: > > On 03/18/2011 10:37 AM, Xiaochen Wang wrote: > > > Description: > > > 1. use filp_open/vfs_read/filp_close instead of system calls > > > 2. fix double calling of sys_close wh

Re: [PATCH] staging: keucr: smscsi: fixed coding style issues

2011-03-22 Thread Dan Carpenter
On Tue, Mar 22, 2011 at 10:21:29PM +0100, Ralf Thielow wrote: > Fixed coding style issues. This patch description is not very good. > diff --git a/drivers/staging/keucr/smscsi.c b/drivers/staging/keucr/smscsi.c > index 6211686..821a162 100644 > --- a/drivers/staging/keucr/smscsi.c > +++ b/drivers

[PATCH] staging: keucr: smscsi: fixed coding style issues

2011-03-22 Thread Ralf Thielow
Fixed coding style issues. Signed-off-by: Ralf Thielow --- drivers/staging/keucr/smscsi.c | 155 +--- drivers/staging/keucr/smscsi.h | 12 +++ 2 files changed, 93 insertions(+), 74 deletions(-) create mode 100644 drivers/staging/keucr/smscsi.h diff --git

Re: [PATCH] staging/msm: clearup read syscalls in kernel space

2011-03-22 Thread Greg KH
On Tue, Mar 22, 2011 at 10:46:05AM +0100, Jiri Slaby wrote: > On 03/18/2011 10:37 AM, Xiaochen Wang wrote: > > Description: > > 1. use filp_open/vfs_read/filp_close instead of system calls > > 2. fix double calling of sys_close when first sys_lseek fails > > 3. reset segment fs when reading file

Approved For Claims

2011-03-22 Thread Sir Richard Davies
Dear Selected Winner, This is to inform you that you have been selected for a cash prize of £1,532,720 (GBP) held to mark the begining of year 2011 in UK.The Selection was carried out through a Computer Random Selection System and your email address emerge as one of the three Lucky Winners. Conta

healthcare, business and finance mailing/email lists

2011-03-22 Thread Kimberly Salgado
100% optin lists, Unlimited use/resale rights One time only package prices only until Friday: { HEALTHCARE/MEDICAL } Any 4 lists below $149 - You choose! * Complete US Physicians Database * Chiropractic Doctors in the USA * American Holistic Medicine Providers/Clinics * General Dentists in the U

Re: [PATCH] staging/msm: clearup read syscalls in kernel space

2011-03-22 Thread Jiri Slaby
On 03/18/2011 10:37 AM, Xiaochen Wang wrote: > Description: > 1. use filp_open/vfs_read/filp_close instead of system calls > 2. fix double calling of sys_close when first sys_lseek fails > 3. reset segment fs when reading file into kernel space buffer Hmm, this is still ugly and no driver shoul