diff for duplicates of <20140625000524.GA6632@shangw> diff --git a/a/1.txt b/N1/1.txt index 4ced48d..66d6684 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -229,7 +229,7 @@ Gavin >> + >> + /* OPAL call */ >> + rc = opal_err_injct(&ei); ->> + if (rc = OPAL_SUCCESS) +>> + if (rc == OPAL_SUCCESS) >> + ret = count; >> + else >> + ret = -EIO; @@ -239,7 +239,8 @@ Gavin >> + 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 0205913..2a8d9ab 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01403505404.28453.7.camel@ale.ozlabs.ibm.com\0" "From\0Gavin Shan <gwshan@linux.vnet.ibm.com>\0" "Subject\0Re: [PATCH v1 2/3] powerpc/powernv: Support PCI error injection\0" - "Date\0Wed, 25 Jun 2014 00:05:24 +0000\0" + "Date\0Wed, 25 Jun 2014 10:05:24 +1000\0" "To\0Michael Neuling <mikey@neuling.org>\0" "Cc\0aik@ozlabs.ru" Gavin Shan <gwshan@linux.vnet.ibm.com> @@ -244,7 +244,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" @@ -254,7 +254,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" @@ -293,4 +294,4 @@ ">More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -0575664887bcc38dde875e8cbea1d7444830d2a4ba06fed7950ca4100be98248 +cf2187774896b94bd1917abc7a12b526bb78c1d72bcf12d52d44320b4d87f384
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.