diff for duplicates of <20100715082019.GD5164@bicker> diff --git a/a/1.txt b/N1/1.txt index 452e0b6..d336845 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,5 +30,5 @@ index b0c576f..2a46f25 100644 - continue; - } pDev = pHba->channel[bus_no].device[scsi_id]; - if( pDev = NULL){ + if( pDev == NULL){ pDev = kzalloc(sizeof(struct adpt_device),GFP_KERNEL); diff --git a/a/content_digest b/N1/content_digest index d7951e8..807713f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch] dpt_i2o: move range check forward\0" - "Date\0Thu, 15 Jul 2010 08:20:19 +0000\0" + "Date\0Thu, 15 Jul 2010 10:20:19 +0200\0" "To\0Adaptec OEM Raid Solutions <aacraid@adaptec.com>\0" "Cc\0James E.J. Bottomley <James.Bottomley@suse.de>" Frederic Weisbecker <fweisbec@gmail.com> @@ -42,7 +42,7 @@ "-\t\t\t\t\tcontinue;\n" "-\t\t\t\t}\n" " \t\t\t\tpDev = pHba->channel[bus_no].device[scsi_id];\t\n" - " \t\t\t\tif( pDev = NULL){\n" + " \t\t\t\tif( pDev == NULL){\n" " \t\t\t\t\tpDev = kzalloc(sizeof(struct adpt_device),GFP_KERNEL);" -c143788cbe4bbb08ed09c7139f401f7c00b01937ff4b8d3d2f703db50dd2a739 +b8b4352758ac888455fae057aa54768ff60588c93e517973f17d84fbe1574b13
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.