-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I am trying to apply your patch to a ubuntu 16.04 kernel tree and it is failing:
I have installed the kernel source package as per (https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel)
When trying to apply your patch, i get the following:
poine@adam /usr/src/linux-source-4.4.0/linux-4.4.0 $ sudo patch --dry-run -p1 < ../../nvidia-shield-controller-driver/driver/0001-Revert-staging-ozwpan-Remove-from-tree.patch
checking file MAINTAINERS
Hunk #1 succeeded at 10288 with fuzz 2 (offset -848 lines).
checking file drivers/staging/Kconfig
Hunk #1 succeeded at 78 with fuzz 2 (offset 8 lines).
checking file drivers/staging/Makefile
Hunk #1 FAILED at 25.
1 out of 1 hunk FAILED
checking file drivers/staging/ozwpan/Kconfig
checking file drivers/staging/ozwpan/Makefile
checking file drivers/staging/ozwpan/README
checking file drivers/staging/ozwpan/TODO
checking file drivers/staging/ozwpan/ozappif.h
[...]
any suggestion on what i am doing wrong ?
Best Regards