Messages in this thread |  | | Date | Wed, 24 Aug 2011 14:30:18 -0700 | | From | Greg KH <> | | Subject | Re: [PATCH 1/4] Kernel config option for number of devices |
| |
On Wed, Aug 24, 2011 at 08:34:47AM +0700, Nitin Gupta wrote: > Allows configuring default number of zram devices > as kernel config option. User can override this > value using 'num_devices' module parameter. > > Signed-off-by: Nitin Gupta <ngupta@vflare.org> > --- > drivers/staging/zram/Kconfig | 9 +++++++++ > drivers/staging/zram/zram_drv.c | 13 ++++++++----- > 2 files changed, 17 insertions(+), 5 deletions(-)
This patch fails to apply to my staging-next branch:
patching file drivers/staging/zram/Kconfig patching file drivers/staging/zram/zram_drv.c Hunk #1 FAILED at 780. Hunk #2 FAILED at 794. 2 out of 2 hunks FAILED -- saving rejects to file drivers/staging/zram/zram_drv.c.rej
Care to refresh all 4 patches here against that branch and resend them to me so that I can apply them?
thanks,
greg k-h
|  |