diff options
| -rw-r--r-- | f.patch | 16 | ||||
| -rw-r--r-- | series | 1 | ||||
| -rw-r--r-- | version | 2 |
3 files changed, 18 insertions, 1 deletions
diff --git a/f.patch b/f.patch new file mode 100644 index 00000000000000..3ba51fe9322b1e --- /dev/null +++ b/f.patch @@ -0,0 +1,16 @@ +--- + drivers/base/core.c | 3 +++ + 1 file changed, 3 insertions(+) + +--- a/drivers/base/core.c ++++ b/drivers/base/core.c +@@ -1142,6 +1142,9 @@ int device_for_each_child(struct device + struct device *child; + int error = 0; + ++ if (!parent->p) ++ return 0; ++ + klist_iter_init(&parent->p->klist_children, &i); + while ((child = next_device(&i)) && !error) + error = fn(child, data); @@ -115,3 +115,4 @@ staging/staging-go7007-fix-build-issues.patch #staging/staging-add-intel-poulsbo-morrestown-drm-driver.patch +f.patch @@ -1 +1 @@ -2.6.30-rc1-git5 +2.6.30-rc2 |
