mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-13 04:06:38 +00:00
If the device fills less than 4 bytes of our random buffer, we'll BUG_ON. It's nicer to handle the case where it partially fills the buffer (the protocol doesn't explicitly bad that). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>