We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2fd81 commit 42980dfCopy full SHA for 42980df
kernel/main.c
@@ -567,7 +567,7 @@ STATIC VOID update_dcb(struct dhdr FAR * dhp)
567
{
568
struct dpb FAR *tmp_dpb;
569
/* find current end of dpb chain by following next pointers to end */
570
- for (tmp_dpb = LoL->DPBp; (ULONG) tmp_dpb->dpb_next != 0xffffffffl; tmp_dpb = dpb->dpb_next)
+ for (tmp_dpb = LoL->DPBp; (ULONG) tmp_dpb->dpb_next != 0xffffffffl; tmp_dpb = tmp_dpb->dpb_next)
571
;
572
/* insert into chain [at end] */
573
tmp_dpb->dpb_next = dpb;
0 commit comments