aboutsummaryrefslogtreecommitdiffstats
path: root/d02.patch
diff options
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-16 16:38:47 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-16 16:38:47 +0100
commit137d9a2caad76b7ebfa137a3629e6ee2d77a006f (patch)
tree114b5b229745ba816face035b3bbd91ca692b418 /d02.patch
parent6680ebc7a39c4a9661004adb6c8f4abc98fa6322 (diff)
downloadpatches-137d9a2caad76b7ebfa137a3629e6ee2d77a006f.tar.gz
updates
Diffstat (limited to 'd02.patch')
-rw-r--r--d02.patch38
1 files changed, 19 insertions, 19 deletions
diff --git a/d02.patch b/d02.patch
index b39ec91134cf54..5c15f1c0871add 100644
--- a/d02.patch
+++ b/d02.patch
@@ -4,7 +4,7 @@
--- a/drivers/infiniband/hw/nes/nes.c
+++ b/drivers/infiniband/hw/nes/nes.c
-@@ -816,7 +816,7 @@ static struct pci_driver nes_pci_driver
+@@ -815,7 +815,7 @@ static struct pci_driver nes_pci_driver
.remove = nes_remove,
};
@@ -13,7 +13,7 @@
{
unsigned int devfn = 0xffffffff;
unsigned char bus_number = 0xff;
-@@ -835,7 +835,7 @@ static ssize_t nes_show_adapter(struct d
+@@ -834,7 +834,7 @@ static ssize_t nes_show_adapter(struct d
return snprintf(buf, PAGE_SIZE, "%x:%x\n", bus_number, devfn);
}
@@ -22,7 +22,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -844,7 +844,7 @@ static ssize_t nes_store_adapter(struct
+@@ -843,7 +843,7 @@ static ssize_t nes_store_adapter(struct
return strnlen(buf, count);
}
@@ -31,7 +31,7 @@
{
u32 eeprom_cmd = 0xdead;
u32 i = 0;
-@@ -860,7 +860,7 @@ static ssize_t nes_show_ee_cmd(struct de
+@@ -859,7 +859,7 @@ static ssize_t nes_show_ee_cmd(struct de
return snprintf(buf, PAGE_SIZE, "0x%x\n", eeprom_cmd);
}
@@ -40,7 +40,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -881,7 +881,7 @@ static ssize_t nes_store_ee_cmd(struct d
+@@ -880,7 +880,7 @@ static ssize_t nes_store_ee_cmd(struct d
return strnlen(buf, count);
}
@@ -49,7 +49,7 @@
{
u32 eeprom_data = 0xdead;
u32 i = 0;
-@@ -898,7 +898,7 @@ static ssize_t nes_show_ee_data(struct d
+@@ -897,7 +897,7 @@ static ssize_t nes_show_ee_data(struct d
return snprintf(buf, PAGE_SIZE, "0x%x\n", eeprom_data);
}
@@ -58,7 +58,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -919,7 +919,7 @@ static ssize_t nes_store_ee_data(struct
+@@ -918,7 +918,7 @@ static ssize_t nes_store_ee_data(struct
return strnlen(buf, count);
}
@@ -67,7 +67,7 @@
{
u32 flash_cmd = 0xdead;
u32 i = 0;
-@@ -936,7 +936,7 @@ static ssize_t nes_show_flash_cmd(struct
+@@ -935,7 +935,7 @@ static ssize_t nes_show_flash_cmd(struct
return snprintf(buf, PAGE_SIZE, "0x%x\n", flash_cmd);
}
@@ -76,7 +76,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -957,7 +957,7 @@ static ssize_t nes_store_flash_cmd(struc
+@@ -956,7 +956,7 @@ static ssize_t nes_store_flash_cmd(struc
return strnlen(buf, count);
}
@@ -85,7 +85,7 @@
{
u32 flash_data = 0xdead;
u32 i = 0;
-@@ -974,7 +974,7 @@ static ssize_t nes_show_flash_data(struc
+@@ -973,7 +973,7 @@ static ssize_t nes_show_flash_data(struc
return snprintf(buf, PAGE_SIZE, "0x%x\n", flash_data);
}
@@ -94,7 +94,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -995,12 +995,12 @@ static ssize_t nes_store_flash_data(stru
+@@ -994,12 +994,12 @@ static ssize_t nes_store_flash_data(stru
return strnlen(buf, count);
}
@@ -109,7 +109,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -1011,7 +1011,7 @@ static ssize_t nes_store_nonidx_addr(str
+@@ -1010,7 +1010,7 @@ static ssize_t nes_store_nonidx_addr(str
return strnlen(buf, count);
}
@@ -118,7 +118,7 @@
{
u32 nonidx_data = 0xdead;
u32 i = 0;
-@@ -1028,7 +1028,7 @@ static ssize_t nes_show_nonidx_data(stru
+@@ -1027,7 +1027,7 @@ static ssize_t nes_show_nonidx_data(stru
return snprintf(buf, PAGE_SIZE, "0x%x\n", nonidx_data);
}
@@ -127,7 +127,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -1049,12 +1049,12 @@ static ssize_t nes_store_nonidx_data(str
+@@ -1048,12 +1048,12 @@ static ssize_t nes_store_nonidx_data(str
return strnlen(buf, count);
}
@@ -142,7 +142,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -1065,7 +1065,7 @@ static ssize_t nes_store_idx_addr(struct
+@@ -1064,7 +1064,7 @@ static ssize_t nes_store_idx_addr(struct
return strnlen(buf, count);
}
@@ -151,7 +151,7 @@
{
u32 idx_data = 0xdead;
u32 i = 0;
-@@ -1082,7 +1082,7 @@ static ssize_t nes_show_idx_data(struct
+@@ -1081,7 +1081,7 @@ static ssize_t nes_show_idx_data(struct
return snprintf(buf, PAGE_SIZE, "0x%x\n", idx_data);
}
@@ -160,7 +160,7 @@
const char *buf, size_t count)
{
char *p = (char *)buf;
-@@ -1103,11 +1103,7 @@ static ssize_t nes_store_idx_data(struct
+@@ -1102,11 +1102,7 @@ static ssize_t nes_store_idx_data(struct
return strnlen(buf, count);
}
@@ -173,7 +173,7 @@
{
u32 wqm_quanta_value = 0xdead;
u32 i = 0;
-@@ -1124,12 +1120,8 @@ static ssize_t nes_show_wqm_quanta(struc
+@@ -1123,12 +1119,8 @@ static ssize_t nes_show_wqm_quanta(struc
return snprintf(buf, PAGE_SIZE, "0x%X\n", wqm_quanta_value);
}
@@ -188,7 +188,7 @@
{
unsigned long wqm_quanta_value;
u32 wqm_config1;
-@@ -1154,26 +1146,16 @@ static ssize_t nes_store_wqm_quanta(stru
+@@ -1153,26 +1145,16 @@ static ssize_t nes_store_wqm_quanta(stru
return strnlen(buf, count);
}