diff for duplicates of <53A91819.1010900@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 84277e5..628c8cc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -224,7 +224,7 @@ Mike > + > + /* OPAL call */ > + rc = opal_err_injct(&ei); -> + if (rc = OPAL_SUCCESS) +> + if (rc == OPAL_SUCCESS) > + ret = count; > + else > + ret = -EIO; @@ -234,7 +234,8 @@ Mike > + return ret; > +} > + -> +static struct kobj_attribute errinjct_attr > + __ATTR(errinjct, 0600, NULL, errinjct_store); +> +static struct kobj_attribute errinjct_attr = +> + __ATTR(errinjct, 0600, NULL, errinjct_store); > + > +void __init opal_errinjct_init(void) > +{ diff --git a/a/content_digest b/N1/content_digest index 2d1a966..82120cf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01403489682-14841-3-git-send-email-gwshan@linux.vnet.ibm.com\0" "From\0Mike Qiu <qiudayu@linux.vnet.ibm.com>\0" "Subject\0Re: [PATCH v1 2/3] powerpc/powernv: Support PCI error injection\0" - "Date\0Tue, 24 Jun 2014 06:18:01 +0000\0" + "Date\0Tue, 24 Jun 2014 14:18:01 +0800\0" "To\0Gavin Shan <gwshan@linux.vnet.ibm.com>\0" "Cc\0aik@ozlabs.ru" linuxppc-dev@lists.ozlabs.org @@ -236,7 +236,7 @@ "> +\n" "> +\t/* OPAL call */\n" "> +\trc = opal_err_injct(&ei);\n" - "> +\tif (rc = OPAL_SUCCESS)\n" + "> +\tif (rc == OPAL_SUCCESS)\n" "> +\t\tret = count;\n" "> +\telse\n" "> +\t\tret = -EIO;\n" @@ -246,7 +246,8 @@ "> +\treturn ret;\n" "> +}\n" "> +\n" - "> +static struct kobj_attribute errinjct_attr > +\t__ATTR(errinjct, 0600, NULL, errinjct_store);\n" + "> +static struct kobj_attribute errinjct_attr =\n" + "> +\t__ATTR(errinjct, 0600, NULL, errinjct_store);\n" "> +\n" "> +void __init opal_errinjct_init(void)\n" "> +{\n" @@ -279,4 +280,4 @@ ">\n" "> \treturn 0;" -0c81368472fb6b4bcc7d41fbf94bf4c9402777522e3e5def32be63fd49a140d5 +0a13d5ffc7116f4c29ca0f91a42795bbd5148c89040fcbe28bb1bf3d08238db3
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.