Tag: 4101e976e0376a1820ae55adf8bca7dda5089a7d

drivers/isdn: delete double assignment

Author: Julia Lawall <julia@diku.dk> Delete successive assignments to the same location. In the first case, the hscx array has two elements, so change the assignment to initialize the second one. In the second case, the two assignments are simply identical. Furthermore, neither is necessary, because the effect of the assignment is only visible in the …

Continue reading